Skip to content

Commit 48869f5

Browse files
author
Alexander Melentyev
committed
remove some unused code
1 parent bdc1bef commit 48869f5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/database/sql/convert_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ var (
5151
scanbytes []byte
5252
scanraw RawBytes
5353
scanint int
54-
scanint8 int8
55-
scanint16 int16
56-
scanint32 int32
5754
scanuint8 uint8
5855
scanuint16 uint16
5956
scanbool bool

src/time/time.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ const (
425425
internalToUnix int64 = -unixToInternal
426426

427427
wallToInternal int64 = (1884*365 + 1884/4 - 1884/100 + 1884/400) * secondsPerDay
428-
internalToWall int64 = -wallToInternal
429428
)
430429

431430
// IsZero reports whether t represents the zero time instant,

0 commit comments

Comments
 (0)