Skip to content

Commit 4a4221e

Browse files
Alexander Melentyevianlancetaylor
Alexander Melentyev
authored andcommitted
all: remove some unused code
Change-Id: I519b8021fa79dccc5c0ee79134547491116fc4cc GitHub-Last-Rev: 48869f5 GitHub-Pull-Request: #48071 Reviewed-on: https://go-review.googlesource.com/c/go/+/346231 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Keith Randall <[email protected]>
1 parent 71adc65 commit 4a4221e

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)