diff --git a/pkg/volume/flexvolume/driver-call.go b/pkg/volume/flexvolume/driver-call.go index 4697351e05b..f7ac12fb5d1 100644 --- a/pkg/volume/flexvolume/driver-call.go +++ b/pkg/volume/flexvolume/driver-call.go @@ -56,8 +56,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" )