Minor fixes

This commit is contained in:
Oleg Kalachev
2024-12-25 01:41:45 +03:00
parent fd30027ea4
commit 2efae82177
3 changed files with 3 additions and 5 deletions

View File

@@ -36,8 +36,6 @@ public:
return true;
}
void end();
bool isKey(const char *key) {
return storage.find(key) != storage.end();
}