Refactor internals of client time (#134)

This commit is contained in:
wussler 2021-06-16 17:24:25 +02:00 committed by GitHub
parent 039f757e93
commit 7380f7391f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -8,7 +8,6 @@ import (
func UpdateTime(newTime int64) {
if newTime > pgp.latestServerTime {
pgp.latestServerTime = newTime
pgp.latestClientTime = time.Now()
}
}