Delete an invalid branch of the function Status::ToString().

This commit is contained in:
korizhang 2022-10-13 16:34:48 +08:00
parent aa5479bbf4
commit 50af9313b9

View File

@ -42,9 +42,6 @@ std::string Status::ToString() const {
char tmp[30];
const char* type;
switch (code()) {
case kOk:
type = "OK";
break;
case kNotFound:
type = "NotFound: ";
break;