1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 21:45:21 -05:00

remove unused code

This commit is contained in:
Darien Raymond
2018-01-10 13:30:57 +01:00
parent ec54b04537
commit 7d2c34f674
2 changed files with 2 additions and 44 deletions

View File

@@ -11,6 +11,8 @@ var Listen = net.Listen
var ListenTCP = net.ListenTCP
var ListenUDP = net.ListenUDP
var LookupIP = net.LookupIP
var FileConn = net.FileConn
var ParseIP = net.ParseIP