Remove unused const

pull/45/head
V2Ray 2015-10-13 23:55:54 +02:00
parent 4ac3eab385
commit 3c259b7069
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ import (
"github.com/v2ray/v2ray-core/proxy/socks/protocol"
)
const (
bufferSize = 2 * 1024
)
var udpAddress v2net.Address
func (server *SocksServer) ListenUDP(port uint16) error {