From 35adc8e4fc41dd8c989dc16760e179b63637203a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 17 Jan 2019 15:20:32 +0800 Subject: Revert "not use in-memory DBM in src/storage" This reverts commit 5607752c2b989849923676f4a925e5315a3303d4. --- src/storage/ngram_bdb.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/storage/ngram_bdb.cpp') 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(); -- cgit