summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.cpp')
-rw-r--r--src/storage/ngram.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp
index f0319f4..4282e0c 100644
--- a/src/storage/ngram.cpp
+++ b/src/storage/ngram.cpp
@@ -51,7 +51,8 @@ bool SingleGram::set_total_freq(guint32 total){
}
bool SingleGram::prune(){
-#if 1
+ assert(false);
+#if 0
SingleGramItem * begin = (SingleGramItem *)
((const char *)(m_chunk.begin()) + sizeof(guint32));
SingleGramItem * end = (SingleGramItem *)m_chunk.end();