Merge pull request #82740 from hwdef/del-unuse-var1

del unuse var in pkg/controller
This commit is contained in:
Kubernetes Prow Robot
2019-09-19 11:05:15 -07:00
committed by GitHub

View File

@@ -147,10 +147,6 @@ var provision2Success = provisionCall{
expectedParameters: class2Parameters,
}
var provisionAlphaSuccess = provisionCall{
ret: nil,
}
// Test single call to syncVolume, expecting provisioning to happen.
// 1. Fill in the controller with initial data
// 2. Call the syncVolume *once*.