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:
parent
bfcffc697d
commit
14aef25050
|
@ -338,10 +338,3 @@ func updateTypeInfo(info *types.Info, new, old ast.Expr) {
|
||||||
info.Types[new] = tv
|
info.Types[new] = tv
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func F() {}
|
|
||||||
func G() {}
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
F()
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue