Skip to content

Commit 51799c1

Browse files
authored
Clean up unused constant (#1641)
1 parent e2518ee commit 51799c1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/aws/types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ const (
137137
// RoleARN is a constant for the key in a cloud provider secret that points to the role which should be assumed.
138138
RoleARN = "roleARN"
139139

140-
// CSISnapshotValidationName is the constant for the name of the csi-snapshot-validation-webhook component.
141-
// TODO(AndreasBurger): Clean up once SnapshotValidation is removed everywhere
142-
CSISnapshotValidationName = "csi-snapshot-validation"
143-
144140
// CSIEfsNodeName is the constant for the name of the efs csi node deployment.
145141
CSIEfsNodeName = "csi-driver-efs-node"
146142
// CSIEfsControllerName is the constant for the name of the efs csi controller deployment.

0 commit comments

Comments
 (0)