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:
parent
a9f153212b
commit
3505af5c1f
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue