Skip to content

Commit

Permalink
Merge pull request #111707 from leiyiz/migration
Browse files Browse the repository at this point in the history
remove const that's not used
  • Loading branch information
k8s-ci-robot authored Nov 4, 2022
2 parents b1e348f + ea0fe5a commit d9db8db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/volume/csi/csi_attacher.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ import (
"k8s.io/utils/clock"
)

const (
persistentVolumeInGlobalPath = "pv"
globalMountInGlobalPath = "globalmount"
)
const globalMountInGlobalPath = "globalmount"

type csiAttacher struct {
plugin *csiPlugin
Expand Down

0 comments on commit d9db8db

Please sign in to comment.