diff options
author | 2012-01-25 22:12:52 -0800 | |
---|---|---|
committer | 2012-01-25 22:12:52 -0800 | |
commit | f8ce19c29de6440e15a16d91a86e0e6d840d114c (patch) | |
tree | 006c722250b5eff63871837ef6144b7035e5ffb2 /native/src/correction.h | |
parent | 20ec43a2652263532e41035360988567164ac311 (diff) | |
parent | 1c0330699449947a0c8cd27762911da459065456 (diff) | |
download | latinime-f8ce19c29de6440e15a16d91a86e0e6d840d114c.tar.gz latinime-f8ce19c29de6440e15a16d91a86e0e6d840d114c.tar.xz latinime-f8ce19c29de6440e15a16d91a86e0e6d840d114c.zip |
Merge "Cleanup unused code"
Diffstat (limited to 'native/src/correction.h')
-rw-r--r-- | native/src/correction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/src/correction.h b/native/src/correction.h index b00c8e120..aec7bbd73 100644 --- a/native/src/correction.h +++ b/native/src/correction.h @@ -152,8 +152,6 @@ class Correction { const int inputLength); static int calcFreqForSplitTwoWords(const int firstFreq, const int secondFreq, const Correction* correction, const unsigned short *word); - static int calcFreqForSplitTwoWordsOld(const int firstFreq, const int secondFreq, - const Correction* correction, const unsigned short *word); static double calcNormalizedScore(const unsigned short* before, const int beforeLength, const unsigned short* after, const int afterLength, const int score); static int editDistance(const unsigned short* before, |