diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 19:42:37 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 19:42:37 +0200 |
commit | 41bf1598f12d546851e509d369783d493bdd7108 (patch) | |
tree | b605908ce37353e641e9f400244d60a3b6eddccf /src/wallet/db.cpp | |
parent | 5cfdda2503c995cdd563b1a2a29162ac298d173d (diff) |
Remove unreachable code
Diffstat (limited to 'src/wallet/db.cpp')
-rw-r--r-- | src/wallet/db.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) |