remove const that's not used

This commit is contained in:
Léiyì Zhang 2022-08-04 15:55:17 -07:00
parent eefcf6aa80
commit ea0fe5a33e

View File

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