mirror of
https://github.com/google/leveldb.git
synced 2025-02-04 07:10:10 +08:00
Delete an invalid branch of the function Status::ToString().
This commit is contained in:
parent
aa5479bbf4
commit
50af9313b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user