summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/Makefile.am6
-rw-r--r--src/storage/pinyin_parser2.h2
2 files changed, 3 insertions, 5 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index 0ad3bdf..9eac03c 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -23,11 +23,11 @@ libpinyinincludedir = $(includedir)/libpinyin-@VERSION@
libpinyininclude_HEADERS= chewing_enum.h \
chewing_key.h \
- pinyin_custom2.h \
- pinyin_parser2.h
+ pinyin_custom2.h
-noinst_HEADERS = phrase_index.h \
+noinst_HEADERS = pinyin_parser2.h \
+ phrase_index.h \
phrase_index_logger.h \
phrase_large_table.h \
ngram.h \
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 864932a..644dd07 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -79,8 +79,6 @@ typedef struct {
const char m_tone;
} chewing_tone_item_t;
-typedef GArray * ChewingKeyVector;
-typedef GArray * ChewingKeyRestVector;
typedef GArray * ParseValueVector;