Skip to content

Commit a8c09af

Browse files
Remove unused variables
1 parent f259263 commit a8c09af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/db.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ bool CDB::Recover(const std::string& filename, void *callbackDataIn, bool (*reco
211211
{
212212
CDataStream ssKey(row.first, SER_DISK, CLIENT_VERSION);
213213
CDataStream ssValue(row.second, SER_DISK, CLIENT_VERSION);
214-
std::string strType, strErr;
215214
if (!(*recoverKVcallback)(callbackDataIn, ssKey, ssValue))
216215
continue;
217216
}

0 commit comments

Comments
 (0)