Remove the wrokaround for a bug of pthread_once in Android 2.1 and 2.2

pthread_once of Android 2.1 and 2.2 have a bug that it's not recursively-callable (nor reentrant).  It hangs when it's recursively called.  We worked around the bug by emulating pthread_once for Android.  However Mozc has no longer supported Android 2.1 and 2.2 since r392.  Hence we can simply rely on pthread_once.

BUG=none
TEST=compile

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