commit | 1da382b81ec8c4c9d92214f55fe5ca0624963989 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Wed Nov 12 16:27:14 2014 -0800 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Wed Nov 12 16:27:14 2014 -0800 |
tree | 600ebfc4e19fe638a53d63ea22563e1f7980e798 | |
parent | c4b6ac72c532b3315d7ff1da0d490545922ec483 [diff] |
Remove unused import Change-Id: I9e2a79534673b2c6587f57fad663b85d971658b9
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java index 6c60fdc..d833b97 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.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;