summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram_bdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram_bdb.cpp')
-rw-r--r--src/storage/ngram_bdb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/ngram_bdb.cpp b/src/storage/ngram_bdb.cpp
index a13b431..2521266 100644
--- a/src/storage/ngram_bdb.cpp
+++ b/src/storage/ngram_bdb.cpp
@@ -44,6 +44,7 @@ void Bigram::reset(){
}
}
+#if 0
bool Bigram::load_db(const char * dbfile){
reset();
@@ -106,6 +107,7 @@ bool Bigram::save_db(const char * dbfile){
return true;
}
+#endif
bool Bigram::attach(const char * dbfile, guint32 flags){
reset();