go.tools/refactor/eg: remove debugging code accidentally committed.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/83650043
This commit is contained in:
Alan Donovan 2014-04-02 12:39:10 -04:00
parent bfcffc697d
commit 14aef25050
1 changed files with 0 additions and 7 deletions

View File

@ -338,10 +338,3 @@ func updateTypeInfo(info *types.Info, new, old ast.Expr) {
info.Types[new] = tv
}
}
func F() {}
func G() {}
func init() {
F()
}