Merge pull request #32047 from guangxuli/kuber_learn

Automatic merge from submit-queue

const string testQuantityFlag no longer use
This commit is contained in:
Kubernetes Submit Queue 2016-09-06 02:37:16 -07:00 committed by GitHub
commit 606e8fb34a

View File

@ -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 {