Loading native/jni/src/bigram_dictionary.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ BigramDictionary::BigramDictionary(const unsigned char *dict, int maxWordLength, : DICT(dict), MAX_WORD_LENGTH(maxWordLength), mParentDictionary(parentDictionary) { if (DEBUG_DICT) { AKLOGI("BigramDictionary - constructor"); AKLOGI("Has Bigram : %d", hasBigram); } } Loading native/jni/src/dictionary.h +0 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,6 @@ class Dictionary { static int wideStrLen(unsigned short *str); private: bool hasBigram(); const unsigned char *mDict; // Used only for the mmap version of dictionary loading, but we use these as dummy variables Loading Loading
native/jni/src/bigram_dictionary.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ BigramDictionary::BigramDictionary(const unsigned char *dict, int maxWordLength, : DICT(dict), MAX_WORD_LENGTH(maxWordLength), mParentDictionary(parentDictionary) { if (DEBUG_DICT) { AKLOGI("BigramDictionary - constructor"); AKLOGI("Has Bigram : %d", hasBigram); } } Loading
native/jni/src/dictionary.h +0 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,6 @@ class Dictionary { static int wideStrLen(unsigned short *str); private: bool hasBigram(); const unsigned char *mDict; // Used only for the mmap version of dictionary loading, but we use these as dummy variables Loading