summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.cpp')
-rw-r--r--src/storage/ngram.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/storage/ngram.cpp b/src/storage/ngram.cpp
index dbb9267..a15ed32 100644
--- a/src/storage/ngram.cpp
+++ b/src/storage/ngram.cpp
@@ -410,9 +410,6 @@ bool Bigram::get_all_items(GArray * items){
namespace pinyin{
/* merge origin system info and delta user info */
-/* Note: Please keep system and user single gram
- * when using merged single gram.
- */
bool merge_single_gram(SingleGram * merged, const SingleGram * system,
const SingleGram * user){
if (NULL == system && NULL == user)