Trim dead bits of code

This commit is contained in:
Jakob Borg
2014-09-04 22:07:59 +02:00
parent e586fda5f2
commit a40217cf07
7 changed files with 0 additions and 28 deletions

View File

@@ -11,11 +11,6 @@ type recv struct {
src net.Addr
}
type dst struct {
intf string
conn *net.UDPConn
}
type Interface interface {
Send(data []byte)
Recv() ([]byte, net.Addr)