1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

core/dictionary.h: remove commented out code

This commit is contained in:
Henrik Hautakoski 2020-02-26 15:13:20 +01:00
parent a9f153212b
commit 3505af5c1f

View file

@ -34,8 +34,6 @@ namespace eoskeygen {
class Dictionary
{
public :
//typedef std::map< std::string, std::vector<size_t> > 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;