From d8e9ca66d119d80acfb2bb3c8940c386ce0fc226 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 15 Jun 2020 15:31:02 -0400 Subject: walletdb: Move Rewrite into BerkeleyDatabase Make Rewrite actually a member of BerkeleyDatabase instead of a static function in BerkeleyBatch --- src/wallet/bdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet/bdb.h') 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(); -- cgit v1.2.3