]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: remove unused code
authorDave Cheney <dave@cheney.net>
Mon, 7 Sep 2015 06:21:25 +0000 (16:21 +1000)
committerDave Cheney <dave@cheney.net>
Wed, 9 Sep 2015 00:39:36 +0000 (00:39 +0000)
commitfd50db2a66e2058d51569bb13ee46af15cde101d
tree44904590f7dca3981f1f8605e30c345515eee6ef
parent5cbca8d84ba4625893c3a0b28a279d664b4125ec
cmd/internal/obj: remove unused code

Following on from CL 14350, remove the remaining dead code from data.go.

Also leave a TODO to be addressed later (with a unit test) to reduce
the overhead of SymGrow.

Change-Id: Iebad775b1280b54b89e87a3a073ca8af19a8bfba
Reviewed-on: https://go-review.googlesource.com/14359
Run-TryBot: Dave Cheney <dave@cheney.net>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/data.go