diff options
Diffstat (limited to 'common/error_code_utils.cc')
-rw-r--r-- | common/error_code_utils.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/error_code_utils.cc b/common/error_code_utils.cc index 0169ab89..ad4aeeb0 100644 --- a/common/error_code_utils.cc +++ b/common/error_code_utils.cc @@ -144,8 +144,6 @@ string ErrorCodeToString(ErrorCode code) { return "ErrorCode::kUserCanceled"; case ErrorCode::kNonCriticalUpdateInOOBE: return "ErrorCode::kNonCriticalUpdateInOOBE"; - case ErrorCode::kOmahaUpdateIgnoredOverCellular: - return "ErrorCode::kOmahaUpdateIgnoredOverCellular"; // Don't add a default case to let the compiler warn about newly added // error codes which should be added here. } |