diff options
author | 2014-02-15 17:38:11 +0900 | |
---|---|---|
committer | 2014-02-15 17:39:24 +0900 | |
commit | 95d16561e0e6c38dbd99c893f09c5dbe9d4a465d (patch) | |
tree | d16d664eb20e9afaf76e7025251985184a7dea29 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | 0fc93fe4455f24809f6c9baf0d3b936519779cfb (diff) | |
download | latinime-95d16561e0e6c38dbd99c893f09c5dbe9d4a465d.tar.gz latinime-95d16561e0e6c38dbd99c893f09c5dbe9d4a465d.tar.xz latinime-95d16561e0e6c38dbd99c893f09c5dbe9d4a465d.zip |
Remove unused code.
Bug: 12810574
Change-Id: I9c7fff60ae0e94d52f3bd19c3e88de5a53b917d7
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 2 |
1 files changed, 1 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 a32b00280..e21e340c2 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -501,7 +501,7 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase { } if (fileHeader == null) return null; return BinaryDictDecoderUtils.getWordAtPosition(dictDecoder, fileHeader.mBodyOffset, - address, fileHeader.mFormatOptions).mWord; + address).mWord; } private long checkGetTerminalPosition(final DictDecoder dictDecoder, final String word, |