diff --git a/src/core/dictionary.h b/src/core/dictionary.h index 463844d..f3cbe60 100644 --- a/src/core/dictionary.h +++ b/src/core/dictionary.h @@ -34,8 +34,6 @@ namespace eoskeygen { class Dictionary { public : - //typedef std::map< std::string, std::vector > search_result_t; - // index = position in the search string. // value = length of the word from this position. typedef std::map< size_t, size_t > search_result_t;