mirror of
https://github.com/monero-project/monero.git
synced 2026-01-10 04:05:24 -08:00
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
This commit is contained in:
@@ -194,7 +194,6 @@ namespace
|
||||
{
|
||||
epee::wipeable_string trimmed_words = "", word;
|
||||
|
||||
const auto &word_map = language->get_word_map();
|
||||
const auto &trimmed_word_map = language->get_trimmed_word_map();
|
||||
const uint32_t unique_prefix_length = language->get_unique_prefix_length();
|
||||
for (std::vector<epee::wipeable_string>::const_iterator it = word_list.begin(); it != word_list.end(); it++)
|
||||
|
||||
Reference in New Issue
Block a user