Browse Source

remove unused definitions

Darien Raymond 8 năm trước cách đây
mục cha
commit
3f54bf3f53
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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)
-}