remove unused definitions

pull/684/head^2
Darien Raymond 2017-10-24 20:23:55 +02:00
parent e4fd29db70
commit 3f54bf3f53
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ import (
"net"
)
type ConnectionHandler func(Connection)
type Connection interface {
net.Conn
}
type SysFd interface {
SysFd() (int, error)
}