summaryrefslogtreecommitdiffstats
path: root/utils/storage/export_interpolation.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-18 14:36:43 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-18 14:36:43 +0800
commit6f8c022c759f7930449596bdad0bcc9b23cdcb41 (patch)
treeaf4dd2b78bdbaa8c3ffeac123a78c5e63881ad73 /utils/storage/export_interpolation.cpp
parent307aeb8feca322c0de144623c37edb4d7a21a66f (diff)
downloadlibpinyin-6f8c022c759f7930449596bdad0bcc9b23cdcb41.tar.gz
libpinyin-6f8c022c759f7930449596bdad0bcc9b23cdcb41.tar.xz
libpinyin-6f8c022c759f7930449596bdad0bcc9b23cdcb41.zip
clean up code.
Diffstat (limited to 'utils/storage/export_interpolation.cpp')
-rw-r--r--utils/storage/export_interpolation.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/storage/export_interpolation.cpp b/utils/storage/export_interpolation.cpp
index c0da280..e91fd74 100644
--- a/utils/storage/export_interpolation.cpp
+++ b/utils/storage/export_interpolation.cpp
@@ -97,10 +97,6 @@ void gen_bigram(FILE * output, FacadePhraseIndex * phrase_index, Bigram * bigram
bigram->load(token, system, user);
assert(NULL == user);
- PhraseIndexRange range;
- range.m_range_begin = token_min;
- range.m_range_end = token_max;
-
BigramPhraseWithCountArray array = g_array_new(FALSE, FALSE, sizeof(BigramPhraseItemWithCount));
system->retrieve_all(array);
for(int j = 0; j < array->len; j++) {