summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_large_table2_kyotodb.h')
-rw-r--r--src/storage/chewing_large_table2_kyotodb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/storage/chewing_large_table2_kyotodb.h b/src/storage/chewing_large_table2_kyotodb.h
index 51bb381..92f317b 100644
--- a/src/storage/chewing_large_table2_kyotodb.h
+++ b/src/storage/chewing_large_table2_kyotodb.h
@@ -88,19 +88,11 @@ public:
/* attach method */
bool attach(const char * dbfile, guint32 flags);
- bool sync() {
- assert(NULL != m_db);
- m_db->synchronize();
- return true;
- }
-
-#if 0
/* load/store method */
/* use in-memory DBM here, for better performance. */
bool load_db(const char * filename);
bool store_db(const char * new_filename);
-#endif
bool load_text(FILE * infile, TABLE_PHONETIC_TYPE type);