aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 19:42:37 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 19:42:37 +0200
commit41bf1598f12d546851e509d369783d493bdd7108 (patch)
treeb605908ce37353e641e9f400244d60a3b6eddccf /src/wallet/db.cpp
parent5cfdda2503c995cdd563b1a2a29162ac298d173d (diff)
downloadbitcoin-41bf1598f12d546851e509d369783d493bdd7108.tar.xz
Remove unreachable code
Diffstat (limited to 'src/wallet/db.cpp')
-rw-r--r--src/wallet/db.cpp2
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)