various: remove unused variables

This commit is contained in:
moneromooo-monero 2018-12-07 15:46:52 +00:00
parent c83e80c263
commit ef93b0995c
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
7 changed files with 1 additions and 18 deletions

View file

@ -2192,9 +2192,6 @@ namespace tools
try
{
uint64_t received;
bool in_pool;
uint64_t confirmations;
res.good = m_wallet->check_tx_proof(txid, info.address, info.is_subaddress, req.message, req.signature, res.received, res.in_pool, res.confirmations);
}
catch (const std::exception &e)
@ -2911,8 +2908,6 @@ namespace tools
std::vector<std::string> languages;
crypto::ElectrumWords::get_language_list(languages);
std::vector<std::string>::iterator it;
std::string wallet_file;
char *ptr;
it = std::find(languages.begin(), languages.end(), req.language);
if (it == languages.end())