testing: remove unused variable left over from count prototyping

This commit is contained in:
Damian Gryski
2023-03-31 17:10:37 -07:00
committed by Damian Gryski
parent 66d3c4edb8
commit 8badf79af9
-1
View File
@@ -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 {