mirror of https://github.com/v2ray/v2ray-core
remove unused variable
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