Skip to content

Commit 2805d60

Browse files
author
MarcoFalke
committed
Merge #10522: [wallet] Remove unused variables
a8c09af Remove unused variables (practicalswift) Tree-SHA512: 34807dc3a0471c83b086f430b66465602c8f6a3a158b54ace2ec8afb746f1f5907f7dfcde5a4bad4041df9721ec46b61681b2dbf89725c9c8c4c5ad0ca99f78f
2 parents 3275180 + a8c09af commit 2805d60

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)