aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorDan Zivkovic <zivkovic@google.com>2015-03-20 11:16:46 -0700
committerDan Zivkovic <zivkovic@google.com>2015-03-20 11:16:46 -0700
commitc15bbb52a37be751fed2ba7e765dfd7727306308 (patch)
tree9fcbae84e121d0cdef5a3d74c6c5e2680dbc003a /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parentfe716f0f73ee551ce42b523983f92efccce79dc8 (diff)
downloadlatinime-c15bbb52a37be751fed2ba7e765dfd7727306308.tar.gz
latinime-c15bbb52a37be751fed2ba7e765dfd7727306308.tar.xz
latinime-c15bbb52a37be751fed2ba7e765dfd7727306308.zip
Retire Delight2 migration code to speed up tests.
We're waiting 10 minutes for tests to run, and half of that time is spent in depreacted code related to migration of Delight2 dictionary files. LatinIME will never migrate another Delight2 dictionary file again, so we can delete this code. Change-Id: I05c7d8429e8d9a26139456763c77997340fea8c2
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index 288261bf0..e422c4cd2 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -174,9 +174,6 @@ public final class FormatSpec {
public static final int VERSION202 = 202;
// format version for Fava Dictionaries.
public static final int VERSION_DELIGHT3 = 86736212;
- public static final int MINIMUM_SUPPORTED_VERSION_OF_CODE_POINT_TABLE = VERSION201;
- // Dictionary version used for testing.
- public static final int VERSION4_ONLY_FOR_TESTING = 399;
public static final int VERSION402 = 402;
public static final int VERSION403 = 403;
public static final int VERSION4 = VERSION403;