aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbwrapper.h')
-rw-r--r--src/dbwrapper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dbwrapper.h b/src/dbwrapper.h
index 5b9ff6ea91..9756207aec 100644
--- a/src/dbwrapper.h
+++ b/src/dbwrapper.h
@@ -24,7 +24,6 @@
#include <vector>
namespace leveldb {
class Env;
-class Status;
}
static const size_t DBWRAPPER_PREALLOC_KEY_SIZE = 64;
@@ -67,10 +66,6 @@ class CDBWrapper;
*/
namespace dbwrapper_private {
-/** Handle database error by throwing dbwrapper_error exception.
- */
-void HandleError(const leveldb::Status& status);
-
/** Work around circular dependency, as well as for testing in dbwrapper_tests.
* Database obfuscation should be considered an implementation detail of the
* specific database.