mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-31 06:26:53 -05:00
remove unused variable
This commit is contained in:
parent
29d62185cf
commit
38e4cad8d1
@ -39,10 +39,6 @@ const (
|
|||||||
StateTerminated State = 5
|
StateTerminated State = 5
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
headerSize uint32 = 2
|
|
||||||
)
|
|
||||||
|
|
||||||
func nowMillisec() int64 {
|
func nowMillisec() int64 {
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
return now.Unix()*1000 + int64(now.Nanosecond()/1000000)
|
return now.Unix()*1000 + int64(now.Nanosecond()/1000000)
|
||||||
|
Loading…
Reference in New Issue
Block a user