summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsindex.c')
-rw-r--r--src/htsindex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htsindex.c b/src/htsindex.c
index 83e8f52..78d168e 100644
--- a/src/htsindex.c
+++ b/src/htsindex.c
@@ -119,14 +119,12 @@ int hts_primindex_words = 0;
*/
void index_init(const char *indexpath) {
#if HTS_MAKE_KEYWORD_INDEX
-#ifndef _WIN32_WCE
/* remove(concat(indexpath,"index.txt")); */
hts_index_init = 1;
hts_primindex_size = 0;
hts_primindex_words = 0;
fp_tmpproject = tmpfile();
#endif
-#endif
}
/*