Skip to content

Commit b284e4a

Browse files
authored
Remove unused variables (kubernetes#1484)
1 parent bc14778 commit b284e4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/csi/cinder/openstack/openstack_volumes.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ import (
3636
const (
3737
VolumeAvailableStatus = "available"
3838
VolumeInUseStatus = "in-use"
39-
VolumeDeletedStatus = "deleted"
40-
VolumeErrorStatus = "error"
41-
VolumeCreatingStatus = "creating"
4239
operationFinishInitDelay = 1 * time.Second
4340
operationFinishFactor = 1.1
4441
operationFinishSteps = 10

0 commit comments

Comments
 (0)