From 41bf1598f12d546851e509d369783d493bdd7108 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 16 Jul 2017 19:42:37 +0200 Subject: Remove unreachable code --- src/wallet/db.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet/db.cpp') diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index da2d180756..c52fcfe5da 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -554,7 +554,6 @@ bool CDB::Rewrite(CWalletDBWrapper& dbw, const char* pszSkip) } MilliSleep(100); } - return false; } @@ -680,7 +679,6 @@ bool CWalletDBWrapper::Backup(const std::string& strDest) } MilliSleep(100); } - return false; } void CWalletDBWrapper::Flush(bool shutdown) -- cgit v1.2.3