From 97910ce712be6f3413ad224fd0100c7f21575752 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 2 Jul 2020 14:50:04 -0700 Subject: [PATCH] tstest/natlab: remove unused PacketConner type --- tstest/natlab/natlab.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tstest/natlab/natlab.go b/tstest/natlab/natlab.go index 8933cf897..a4f905b52 100644 --- a/tstest/natlab/natlab.go +++ b/tstest/natlab/natlab.go @@ -23,13 +23,6 @@ import ( "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 {