summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp4
1 files changed, 1 insertions, 3 deletions
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 */