diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 13:47:51 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 15:37:36 +0000 |
commit | d4f50cb109c45c1f50700cbe2e88ec891eb7d469 (patch) | |
tree | d9f69a28fb4500ad985ccc2875836acf88105675 /tests/unit_tests/mnemonics.cpp | |
parent | a few minor (but easy) performance tweaks (diff) | |
download | monero-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.tar.xz |
remove some unused code
Found by codacy.com
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/mnemonics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/mnemonics.cpp b/tests/unit_tests/mnemonics.cpp index 0b74a6b94..4dc2d931e 100644 --- a/tests/unit_tests/mnemonics.cpp +++ b/tests/unit_tests/mnemonics.cpp @@ -75,7 +75,6 @@ namespace */ void test_language(const Language::Base &language) { - const std::vector<std::string> &word_list = language.get_word_list(); epee::wipeable_string w_seed = "", w_return_seed = ""; std::string seed, return_seed; // Generate a random seed without checksum |