remove unused StatusFailure constant

pull/6/head
Jimeng Liu 2017-03-01 14:21:50 -08:00
parent 2869ff6a0f
commit 5c53a906bd
1 changed files with 0 additions and 2 deletions

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