1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-15 13:20:37 +08:00
This commit is contained in:
zhangyu-git 2025-03-11 00:31:30 +12:00 committed by GitHub
commit 02d98020d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;