Merge pull request #111707 from leiyiz/migration

remove const that's not used
This commit is contained in:
Kubernetes Prow Robot 2022-11-04 13:48:15 -07:00 committed by GitHub
commit d9db8db68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,10 +43,7 @@ import (
"k8s.io/utils/clock"
)
const (
persistentVolumeInGlobalPath = "pv"
globalMountInGlobalPath = "globalmount"
)
const globalMountInGlobalPath = "globalmount"
type csiAttacher struct {
plugin *csiPlugin