mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
remove unused definitions
This commit is contained in:
parent
e4fd29db70
commit
3f54bf3f53
@ -4,12 +4,6 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ConnectionHandler func(Connection)
|
|
||||||
|
|
||||||
type Connection interface {
|
type Connection interface {
|
||||||
net.Conn
|
net.Conn
|
||||||
}
|
}
|
||||||
|
|
||||||
type SysFd interface {
|
|
||||||
SysFd() (int, error)
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user