Skip to content

Commit 0e279fe

Browse files
committed
walletdb: Remove unused static functions from walletdb.h
VerifyEnvironment and VerifyDatabaseFile were removed, but their declarations weren't. Remove those.
1 parent 9f536d4 commit 0e279fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wallet/walletdb.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,6 @@ class WalletBatch
264264
DBErrors ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256>& vHashOut);
265265
/* Function to determine if a certain KV/key-type is a key (cryptographical key) type */
266266
static bool IsKeyType(const std::string& strType);
267-
/* verifies the database environment */
268-
static bool VerifyEnvironment(const fs::path& wallet_path, bilingual_str& errorStr);
269-
/* verifies the database file */
270-
static bool VerifyDatabaseFile(const fs::path& wallet_path, bilingual_str& errorStr);
271267

272268
//! write the hdchain model (external chain child index counter)
273269
bool WriteHDChain(const CHDChain& chain);

0 commit comments

Comments
 (0)