mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
testing: remove unused variable left over from count prototyping
This commit is contained in:
committed by
Damian Gryski
parent
66d3c4edb8
commit
8badf79af9
@@ -27,7 +27,6 @@ var (
|
||||
matchBenchmarks *string
|
||||
benchmarkMemory *bool
|
||||
benchTime = benchTimeFlag{d: 1 * time.Second} // changed during test of testing package
|
||||
testCount *int
|
||||
)
|
||||
|
||||
type benchTimeFlag struct {
|
||||
|
||||
Reference in New Issue
Block a user