diff options
Diffstat (limited to 'src/htsindex.c')
-rw-r--r-- | src/htsindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsindex.c b/src/htsindex.c index 30fe59a..e11df1e 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -146,7 +146,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime, int i = 0; // - int WordIndexSize = 1024; + //int WordIndexSize = 1024; inthash WordIndexHash = NULL; FILE *tmpfp = NULL; |