aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/bdb.h')
-rw-r--r--src/wallet/bdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h
index d15efc810f..73169abde4 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -287,8 +287,6 @@ public:
bool TxnBegin();
bool TxnCommit();
bool TxnAbort();
-
- bool static Rewrite(BerkeleyDatabase& database, const char* pszSkip = nullptr);
};
std::string BerkeleyDatabaseVersion();