Remove unreachable code

This commit is contained in:
practicalswift
2017-07-16 19:42:37 +02:00
parent 5cfdda2503
commit 41bf1598f1
2 changed files with 0 additions and 23 deletions

View File

@@ -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)