Explorar el Código

remove unused definitions

Darien Raymond hace 8 años
padre
commit
3f54bf3f53
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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)
-}