tstest/natlab: remove unused PacketConner type

This commit is contained in:
Brad Fitzpatrick 2020-07-02 14:50:04 -07:00
parent 14b4213c17
commit 97910ce712

View File

@ -23,13 +23,6 @@
"inet.af/netaddr"
)
// PacketConner is something that return a PacketConn.
//
// The different network types are all PacketConners.
type PacketConner interface {
PacketConn() net.PacketConn
}
func mustPrefix(s string) netaddr.IPPrefix {
ipp, err := netaddr.ParseIPPrefix(s)
if err != nil {