summaryrefslogtreecommitdiffstats
path: root/src/suffixtree.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-03 17:43:17 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-03 17:43:17 (GMT)
commitadb81f79061729efc28e71c1474c35e21283b049 (patch)
treed1720b58a91abcbfb70196c277ad3b7a11da8263 /src/suffixtree.h
parent9b28530018c59ce65519f49e8095ecd58b082c87 (diff)
downloadDoxygen-adb81f79061729efc28e71c1474c35e21283b049.zip
Doxygen-adb81f79061729efc28e71c1474c35e21283b049.tar.gz
Doxygen-adb81f79061729efc28e71c1474c35e21283b049.tar.bz2
Release-1.1.5
Diffstat (limited to 'src/suffixtree.h')
-rw-r--r--src/suffixtree.h5
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