summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-05-05 11:13:34 +0800
committerPeng Wu <alexepico@gmail.com>2011-05-05 11:13:34 +0800
commit5f987095add7f63c7389fc5255c74fc408351c71 (patch)
treed9ceaf3db292e659756422883352074dd79af727 /src/storage/ngram.h
parentd91e11a3e0e3215db7b87eb902dc7e7f9974823f (diff)
downloadlibpinyin-5f987095add7f63c7389fc5255c74fc408351c71.tar.gz
libpinyin-5f987095add7f63c7389fc5255c74fc408351c71.tar.xz
libpinyin-5f987095add7f63c7389fc5255c74fc408351c71.zip
refine attach method in flexible n-gram
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r--src/storage/ngram.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index 93e6ad7..a2bc7b6 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -26,12 +26,6 @@
namespace pinyin{
-enum {
- ATTACH_READONLY = 1,
- ATTACH_READWRITE = 0x1 << 1,
- ATTACH_CREATE = 0x1 << 2,
-};
-
class Bigram;
/* Note: