From: Dave Cheney Date: Tue, 28 Feb 2017 21:41:34 +0000 (+1100) Subject: cmd/compile/internal/ssa: remove unused PrintFunc variable X-Git-Tag: go1.9beta1~1375 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d945b286758d034b3bb07cbf3a4055b90684c38b;p=gostls13.git cmd/compile/internal/ssa: remove unused PrintFunc variable Change-Id: I8c581eec77beacaddc0aac29e7d380a4d5ca8acc Reviewed-on: https://go-review.googlesource.com/37551 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/compile/internal/ssa/export_test.go b/src/cmd/compile/internal/ssa/export_test.go index f32d2f84e5..ce2933d4e9 100644 --- a/src/cmd/compile/internal/ssa/export_test.go +++ b/src/cmd/compile/internal/ssa/export_test.go @@ -13,7 +13,6 @@ import ( ) var CheckFunc = checkFunc -var PrintFunc = printFunc var Opt = opt var Deadcode = deadcode var Copyelim = copyelim