From b7a5fc9942c53f5b7d6096c4e67a6c654a14cc59 Mon Sep 17 00:00:00 2001
From: guangxuli
Date: Sun, 4 Sep 2016 20:37:32 +0800
Subject: [PATCH] const string testQuantityFlag no longer use
---
pkg/api/resource/quantity_test.go | 4 ----
1 file changed, 4 deletions(-)
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 {