summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-07-20 07:53:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-07-20 07:53:05 +0000
commit5237bd6f1327527b4df4a4b45558965453efa18e (patch)
tree6a513299e3e3f51978f0d15e1a6fa4d264746a27 /src/htsindex.c
parent8eaf0a1e180e96fc09d88fe90864dfdec53d7360 (diff)
Fixed warnings
Diffstat (limited to 'src/htsindex.c')
-rw-r--r--src/htsindex.c2
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;