1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00

remove unused variable

This commit is contained in:
Darien Raymond 2016-12-26 16:49:36 +01:00
parent 29d62185cf
commit 38e4cad8d1
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -39,10 +39,6 @@ const (
StateTerminated State = 5
)
const (
headerSize uint32 = 2
)
func nowMillisec() int64 {
now := time.Now()
return now.Unix()*1000 + int64(now.Nanosecond()/1000000)