Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fec6837a authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix debug compilation + small cleanup

Change-Id: Ia89d84f62ba38dee05d25fbc94698e889cf27d2c
parent ee396df1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
    }
}

+0 −2
Original line number Diff line number Diff line
@@ -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