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
commit 11ce7da888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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*.