summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-02 14:11:09 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-02 14:11:09 +0800
commit2dd91b537248f256e44cd6d6ebc7487fba73afe8 (patch)
treee18fc12bc2a1deae5b5d7271bc7c294142df2dc0 /tests/lookup
parentdb89cdf49dc5609ae42f9d6d83f0f1a929d258e0 (diff)
downloadlibpinyin-2dd91b537248f256e44cd6d6ebc7487fba73afe8.tar.gz
libpinyin-2dd91b537248f256e44cd6d6ebc7487fba73afe8.tar.xz
libpinyin-2dd91b537248f256e44cd6d6ebc7487fba73afe8.zip
bring back some print_help methods
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/test_phrase_lookup.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp
index 8746e76..57bcf90 100644
--- a/tests/lookup/test_phrase_lookup.cpp
+++ b/tests/lookup/test_phrase_lookup.cpp
@@ -25,9 +25,6 @@
#include "pinyin_internal.h"
#include "tests_helper.h"
-void print_help(){
- printf("Usage: test_phrase_lookup\n");
-}
bool try_phrase_lookup(PhraseLookup * phrase_lookup,
ucs4_t * ucs4_str, glong ucs4_len){