remove unused StatusFailure constant

This commit is contained in:
Jimeng Liu 2017-03-01 14:21:50 -08:00
parent 2869ff6a0f
commit 5c53a906bd

View File

@ -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"
)