From d6346365c31aba725a6c9a4a209837eae7783ba1 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Wed, 15 Oct 2014 15:31:32 +0200 Subject: [PATCH] removed unecessary mnemonics test --- tests/unit_tests/mnemonics.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/unit_tests/mnemonics.cpp b/tests/unit_tests/mnemonics.cpp index 70e8a413..d17bb7f8 100644 --- a/tests/unit_tests/mnemonics.cpp +++ b/tests/unit_tests/mnemonics.cpp @@ -54,19 +54,6 @@ namespace return rand() % max; } - /*! - * \brief Print a seed - * \param seed word list - */ - void print_seed(const std::vector &seed) - { - for (std::vector::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