removed unecessary mnemonics test

This commit is contained in:
Riccardo Spagni 2014-10-15 15:31:32 +02:00
parent acb29cdb0f
commit d6346365c3
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -54,19 +54,6 @@ namespace
return rand() % max;
}
/*!
* \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