From a949650e53700d1215bfe91b3f3172bb59fd2901 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 18 Oct 2012 16:53:28 +0800 Subject: update tag utility --- src/storage/tag_utility.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/storage/tag_utility.h') diff --git a/src/storage/tag_utility.h b/src/storage/tag_utility.h index 68e298d..ceb1d6c 100644 --- a/src/storage/tag_utility.h +++ b/src/storage/tag_utility.h @@ -115,20 +115,6 @@ class PhraseLargeTable2; class FacadePhraseIndex; -/** - * taglib_string_to_token: - * @phrase_table: the phrase table for token lookup. - * @phrase_index: the phrase index to prepare PhraseTokens. - * @string: the string of the phrase. - * @returns: the phrase token found in phrase table. - * - * Translate one phrase into the token. - * - */ -phrase_token_t taglib_string_to_token(PhraseLargeTable2 * phrase_table, - FacadePhraseIndex * phrase_index, - const char * string); - /** * taglib_token_to_string: * @phrase_index: the phrase index for phrase string lookup. -- cgit