Browse Source

remove unused definitions

Darien Raymond 8 years ago
parent
commit
3f54bf3f53
1 changed files with 0 additions and 6 deletions
  1. 0 6
      transport/internet/connection.go

+ 0 - 6
transport/internet/connection.go

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