commit | 2be188e46c24de3f87182da8e09714fc91643fd2 | [log] [tgz] |
---|---|---|
author | Eduardo Pinheiro <epinheiro@gmail.com> | Fri Jun 23 11:14:22 2017 -0700 |
committer | Eduardo Pinheiro <epinheiro@gmail.com> | Sat Jun 24 15:41:47 2017 +0000 |
tree | fec96ef246af98f35c58a2199c91f4086752c6be | |
parent | c2d6751a0a4d056ad5914eb0d975fea8063c65f6 [diff] |
all: remove unused code Removed most of the unused code found by an automated tool (the 'unused' tool from https://github.com/dominikh/go-tools). I did not remove some unused fields in structs and unused methods because they need more investigation (maybe they were meant to be used or will in the future). Change-Id: Ibe048ce22624b609a4067479766d37cceaf6243d Reviewed-on: https://upspin-review.googlesource.com/10320 Reviewed-by: David Presotto <presotto@gmail.com> Reviewed-by: Rob Pike <r@golang.org>