mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +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
|
class Dictionary
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
//typedef std::map< std::string, std::vector<size_t> > search_result_t;
|
|
||||||
|
|
||||||
// index = position in the search string.
|
// index = position in the search string.
|
||||||
// value = length of the word from this position.
|
// value = length of the word from this position.
|
||||||
typedef std::map< size_t, size_t > search_result_t;
|
typedef std::map< size_t, size_t > search_result_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue