aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-11-12 16:27:14 -0800
committerTadashi G. Takaoka <takaoka@google.com>2014-11-12 16:27:14 -0800
commit1da382b81ec8c4c9d92214f55fe5ca0624963989 (patch)
tree600ebfc4e19fe638a53d63ea22563e1f7980e798 /tests/src/com/android
parentc4b6ac72c532b3315d7ff1da0d490545922ec483 (diff)
downloadlatinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.tar.gz
latinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.tar.xz
latinime-1da382b81ec8c4c9d92214f55fe5ca0624963989.zip
Remove unused import
Change-Id: I9e2a79534673b2c6587f57fad663b85d971658b9
Diffstat (limited to 'tests/src/com/android')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java1
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;