Remove an ad-hoc optimization in JNI boundary

We have had an ad-hoc optimization in JNI boundary, which clears |all_candidate_words| field in the Output proto to reduce the deserialization cost of protobuf because that field has never been used in Android.  However, supporting floating candidate window for Android 5.0 does require that field like other desktop OSes.  Hence we cannot simply clear that field anymore.  As a groundwork, this CL finaly removes that ad-hoc optimization.

No behavior change is intended right now.

BUG=none
TEST=none

git-svn-id: https://mozc.googlecode.com/svn/trunk@448 a6090854-d499-a067-5803-1114d4e51264
2 files changed
tree: a7489a0fde7483f0c1b2abe977ae99a27c7e61b7
  1. src/