mirror of
https://github.com/google/leveldb.git
synced 2025-06-10 20:12: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];
|
char tmp[30];
|
||||||
const char* type;
|
const char* type;
|
||||||
switch (code()) {
|
switch (code()) {
|
||||||
case kOk:
|
|
||||||
type = "OK";
|
|
||||||
break;
|
|
||||||
case kNotFound:
|
case kNotFound:
|
||||||
type = "NotFound: ";
|
type = "NotFound: ";
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user