Remove unused variables

This commit is contained in:
practicalswift 2017-06-03 23:54:24 +02:00
parent f259263a7b
commit a8c09affce
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ bool CDB::Recover(const std::string& filename, void *callbackDataIn, bool (*reco
{
CDataStream ssKey(row.first, SER_DISK, CLIENT_VERSION);
CDataStream ssValue(row.second, SER_DISK, CLIENT_VERSION);
std::string strType, strErr;
if (!(*recoverKVcallback)(callbackDataIn, ssKey, ssValue))
continue;
}