summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram_kyotodb.h')
-rw-r--r--src/storage/ngram_kyotodb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/storage/ngram_kyotodb.h b/src/storage/ngram_kyotodb.h
index 429c46e..f1f28d8 100644
--- a/src/storage/ngram_kyotodb.h
+++ b/src/storage/ngram_kyotodb.h
@@ -60,7 +60,6 @@ public:
*/
~Bigram();
-#if 0
/**
* Bigram::load_db:
* @dbfile: the Berkeley DB file name.
@@ -80,7 +79,6 @@ public:
*
*/
bool save_db(const char * dbfile);
-#endif
/**
* Bigram::attach:
@@ -93,12 +91,6 @@ public:
*/
bool attach(const char * dbfile, guint32 flags);
- bool sync() {
- assert(NULL != m_db);
- m_db->synchronize();
- return true;
- }
-
/**
* Bigram::load:
* @index: the previous token in the bi-gram.