mirror of
https://github.com/golang/go
synced 2024-11-18 13:54:59 -07:00
cmd/compile/internal/ssa: remove unused PrintFunc variable
Change-Id: I8c581eec77beacaddc0aac29e7d380a4d5ca8acc Reviewed-on: https://go-review.googlesource.com/37551 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
c861a4c786
commit
d945b28675
@ -13,7 +13,6 @@ import (
|
||||
)
|
||||
|
||||
var CheckFunc = checkFunc
|
||||
var PrintFunc = printFunc
|
||||
var Opt = opt
|
||||
var Deadcode = deadcode
|
||||
var Copyelim = copyelim
|
||||
|
Loading…
Reference in New Issue
Block a user