1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:14:41 -07:00

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

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()
}