remove some unused code

This commit is contained in:
Alexander Melentyev 2021-09-11 09:57:51 +03:00
parent bdc1bef8a0
commit 48869f5434
2 changed files with 0 additions and 4 deletions

View File

@ -51,9 +51,6 @@ var (
scanbytes []byte
scanraw RawBytes
scanint int
scanint8 int8
scanint16 int16
scanint32 int32
scanuint8 uint8
scanuint16 uint16
scanbool bool

View File

@ -425,7 +425,6 @@ const (
internalToUnix int64 = -unixToInternal
wallToInternal int64 = (1884*365 + 1884/4 - 1884/100 + 1884/400) * secondsPerDay
internalToWall int64 = -wallToInternal
)
// IsZero reports whether t represents the zero time instant,