Move Android to the builtin rune table.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Albert
2015-03-11 00:51:06 +00:00
parent 761d98d2f7
commit 6272ae58fe
3 changed files with 5 additions and 9 deletions

View File

@@ -1119,8 +1119,6 @@ ctype<char>::classic_table() _NOEXCEPT
return _ctype_ + 1;
#elif defined(_AIX)
return (const unsigned int *)__lc_ctype_ptr->obj->mask;
#elif defined(__ANDROID__)
return reinterpret_cast<const unsigned char*>(_ctype_) + 1;
#else
// Platform not supported: abort so the person doing the port knows what to
// fix