diff --git a/pkg/api/resource/quantity_test.go b/pkg/api/resource/quantity_test.go index 4e10e79c61b..a60e8851cbd 100644 --- a/pkg/api/resource/quantity_test.go +++ b/pkg/api/resource/quantity_test.go @@ -29,10 +29,6 @@ import ( inf "gopkg.in/inf.v0" ) -var ( - testQuantityFlag = QuantityFlag("quantityFlag", "1M", "dummy flag for testing the quantity flag mechanism") -) - var useInfDec bool func amount(i int64, exponent int) infDecAmount {