From fb45330d93a3e66dc3bea583a1ce6325d8757a6d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 24 Apr 2012 16:34:29 +0800 Subject: write _try_resplit_table --- src/storage/pinyin_parser2.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/storage/pinyin_parser2.cpp') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 3b591cb..a070924 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -470,12 +470,10 @@ bool FullPinyinParser2::post_process2(pinyin_option_t options, } /* lookup re-split table */ - size_t k; const resplit_table_item_t * item = NULL; item = retrieve_resplit_item_by_original_pinyins - (options, cur_key, cur_rest, next_key, next_rest, - str, len); + (options, cur_key, cur_rest, next_key, next_rest, str, len); if (item) { /* no ops */ -- cgit