mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-19 10:49:07 -04:00
remove unused definitions
This commit is contained in:
@@ -4,12 +4,6 @@ import (
|
||||
"net"
|
||||
)
|
||||
|
||||
type ConnectionHandler func(Connection)
|
||||
|
||||
type Connection interface {
|
||||
net.Conn
|
||||
}
|
||||
|
||||
type SysFd interface {
|
||||
SysFd() (int, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user