Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#206 from Madhu-1/remove-const
Browse files Browse the repository at this point in the history
Remove unused leaderElectionTypeConfigMaps const
  • Loading branch information
k8s-ci-robot committed Jan 21, 2020
2 parents f09d0a3 + 7df1f23 commit 865b69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/csi-attacher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ const (
// Default timeout of short CSI calls like GetPluginInfo
csiTimeout = time.Second

leaderElectionTypeLeases = "leases"
leaderElectionTypeConfigMaps = "configmaps"
leaderElectionTypeLeases = "leases"
)

// Command line flags
Expand Down

0 comments on commit 865b69d

Please sign in to comment.