From 3505af5c1f6ae8a32714d4d2fb50614763f00e70 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 26 Feb 2020 15:13:20 +0100 Subject: [PATCH] core/dictionary.h: remove commented out code --- src/core/dictionary.h | 2 -- 1 file changed, 2 deletions(-) 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;