1
0
mirror of https://github.com/golang/go synced 2024-10-01 18:28:32 -06:00
go/src/database/sql
Dominik Honnef fdba5a7544 all: delete dead non-test code
This change removes a lot of dead code. Some of the code has never been
used, not even when it was first commited. The rest shouldn't have
survived refactors.

This change doesn't remove unused routines helpful for debugging, nor
does it remove code that's used in commented out blocks of code that are
only unused temporarily. Furthermore, unused constants weren't removed
when they were part of a set of constants from specifications.

One noteworthy omission from this CL are about 1000 lines of unused code
in cmd/fix, 700 lines of which are the typechecker, which hasn't been
used ever since the pre-Go 1 fixes have been removed. I wasn't sure if
this code should stick around for future uses of cmd/fix or be culled as
well.

Change-Id: Ib714bc7e487edc11ad23ba1c3222d1fd02e4a549
Reviewed-on: https://go-review.googlesource.com/20926
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-25 06:28:13 +00:00
..
driver database/sql/driver: remove string exclusion 2016-03-23 02:42:31 +00:00
convert_test.go database/sql: implement Scan of time.Time, document, clarify Scan error text 2016-01-27 07:37:17 +00:00
convert.go all: single space after period. 2016-03-02 00:13:47 +00:00
doc.txt
example_test.go
fakedb_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
sql_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
sql.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00