diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
commit | e3baf8c5ec430e5f09f00384ebdfa35242fd3316 (patch) | |
tree | d1720b58a91abcbfb70196c277ad3b7a11da8263 /src/suffixtree.h | |
parent | 1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98 (diff) | |
download | Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.zip Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.gz Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.bz2 |
Release-1.1.5
Diffstat (limited to 'src/suffixtree.h')
-rw-r--r-- | src/suffixtree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/suffixtree.h b/src/suffixtree.h index 3e59193..a0b7434 100644 --- a/src/suffixtree.h +++ b/src/suffixtree.h @@ -29,10 +29,6 @@ class IndexTree; enum WordRefMasks { WORDINNAME_MASK=4, INNAME_MASK=2, FULLWORD_MASK=1 }; enum WordRefBits { WORDINNAME_BIT=2, INNAME_BIT=1, FULLWORD_BIT=0 }; -// bool inName; -// bool fullWord; -// bool wordInName; - struct WordRef { int id; @@ -77,7 +73,6 @@ class SuffixTree SuffixTree(); ~SuffixTree(); void insertWord(const char *word,int index,bool inName); - //void buildIndex(); void resolveForwardReferences(); void dump(); int size(); // return the size of the (flat) tree in bytes |