diff options
-rw-r--r-- | tests/unit_tests/mnemonics.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/unit_tests/mnemonics.cpp b/tests/unit_tests/mnemonics.cpp index 70e8a413f..d17bb7f85 100644 --- a/tests/unit_tests/mnemonics.cpp +++ b/tests/unit_tests/mnemonics.cpp @@ -55,19 +55,6 @@ namespace } /*! - * \brief Print a seed - * \param seed word list - */ - void print_seed(const std::vector<std::string> &seed) - { - for (std::vector<std::string>::const_iterator it = seed.begin(); it != seed.end(); it++) - { - std::cout << *it << " "; - } - std::cout << std::endl; - } - - /*! * \brief Compares vectors for equality * \param expected expected vector * \param present current vector |