mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
remove unused variable
This commit is contained in:
parent
29d62185cf
commit
38e4cad8d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user