mirror of
https://github.com/google/leveldb.git
synced 2025-04-15 13:20:37 +08:00
Merge 50af9313b9
into ac691084fd
This commit is contained in:
commit
02d98020d6
@ -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