mirror of https://github.com/golang/go.git
remove some unused code
This commit is contained in:
parent
bdc1bef8a0
commit
48869f5434
|
|
@ -51,9 +51,6 @@ var (
|
|||
scanbytes []byte
|
||||
scanraw RawBytes
|
||||
scanint int
|
||||
scanint8 int8
|
||||
scanint16 int16
|
||||
scanint32 int32
|
||||
scanuint8 uint8
|
||||
scanuint16 uint16
|
||||
scanbool bool
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue