aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-08-26 02:23:49 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-26 02:23:51 +0000
commit4793e91317f8fe00627405d87f007acb92c39d54 (patch)
treeb0c7b3ce6c75fd6677039b8887e52a8e5618f1a7 /native/jni/src
parentbf6fc4953b6529274f94ecfef967faece8a0003d (diff)
parent30e6b21af01fac46024be5f111aa9649832fe438 (diff)
downloadlatinime-4793e91317f8fe00627405d87f007acb92c39d54.tar.gz
latinime-4793e91317f8fe00627405d87f007acb92c39d54.tar.xz
latinime-4793e91317f8fe00627405d87f007acb92c39d54.zip
Merge "Add SparseTableTest."
Diffstat (limited to 'native/jni/src')
-rw-r--r--native/jni/src/suggest/policyimpl/dictionary/utils/sparse_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/jni/src/suggest/policyimpl/dictionary/utils/sparse_table.h b/native/jni/src/suggest/policyimpl/dictionary/utils/sparse_table.h
index fca8120f1..e1a96c6f7 100644
--- a/native/jni/src/suggest/policyimpl/dictionary/utils/sparse_table.h
+++ b/native/jni/src/suggest/policyimpl/dictionary/utils/sparse_table.h
@@ -24,7 +24,6 @@
namespace latinime {
-// Note that there is a corresponding implementation in SparseTable.java.
// TODO: Support multiple content buffers.
class SparseTable {
public: