summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram_bdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram_bdb.h')
-rw-r--r--src/storage/ngram_bdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage/ngram_bdb.h b/src/storage/ngram_bdb.h
index f1c15f2..a1e70d3 100644
--- a/src/storage/ngram_bdb.h
+++ b/src/storage/ngram_bdb.h
@@ -38,8 +38,6 @@ class Bigram{
private:
DB * m_db;
- /* Note: sync mask_out code with ngram_kyotodb.cpp. */
-
void reset();
public: