diff --git a/pkg/volume/flexvolume/driver-call.go b/pkg/volume/flexvolume/driver-call.go index 848998c56bf..94bc743e2a4 100644 --- a/pkg/volume/flexvolume/driver-call.go +++ b/pkg/volume/flexvolume/driver-call.go @@ -63,8 +63,6 @@ const ( const ( // StatusSuccess represents the successful completion of command. StatusSuccess = "Success" - // StatusFailed represents that the command failed. - StatusFailure = "Failed" // StatusNotSupported represents that the command is not supported. StatusNotSupported = "Not supported" )