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