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, 0 insertions, 2 deletions
diff --git a/src/storage/ngram_bdb.cpp b/src/storage/ngram_bdb.cpp
index 2521266..a13b431 100644
--- a/src/storage/ngram_bdb.cpp
+++ b/src/storage/ngram_bdb.cpp
@@ -44,7 +44,6 @@ void Bigram::reset(){
}
}
-#if 0
bool Bigram::load_db(const char * dbfile){
reset();
@@ -107,7 +106,6 @@ bool Bigram::save_db(const char * dbfile){
return true;
}
-#endif
bool Bigram::attach(const char * dbfile, guint32 flags){
reset();