diff options
author | 2014-11-12 16:27:14 -0800 | |
---|---|---|
committer | 2014-11-12 16:27:14 -0800 | |
commit | 1da382b81ec8c4c9d92214f55fe5ca0624963989 (patch) | |
tree | 600ebfc4e19fe638a53d63ea22563e1f7980e798 /tests | |
parent | c4b6ac72c532b3315d7ff1da0d490545922ec483 (diff) | |
download | latinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.tar.gz latinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.tar.xz latinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.zip |
Remove unused import
Change-Id: I9e2a79534673b2c6587f57fad663b85d971658b9
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java index 6c60fdc0c..d833b9736 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -26,7 +26,6 @@ import com.android.inputmethod.latin.BinaryDictionary; import com.android.inputmethod.latin.common.CodePointUtils; import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.CharEncoding; import com.android.inputmethod.latin.makedict.BinaryDictDecoderUtils.DictBuffer; -import com.android.inputmethod.latin.makedict.FormatSpec.DictionaryOptions; import com.android.inputmethod.latin.makedict.FormatSpec.FormatOptions; import com.android.inputmethod.latin.makedict.FusionDictionary.PtNode; import com.android.inputmethod.latin.makedict.FusionDictionary.PtNodeArray; |