diff options
author | Dan Albert <danalbert@google.com> | 2015-03-11 00:51:06 +0000 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-03-11 00:51:06 +0000 |
commit | 900086de8817c49724fa7b71edcbd7155ca955fa (patch) | |
tree | 555e18936be5354a275919f1c188ffd9fcbb65f1 /libcxx/src | |
parent | b11860362dd6e0943bb0b8a2d858e02858ea5555 (diff) | |
download | bcm5719-llvm-900086de8817c49724fa7b71edcbd7155ca955fa.tar.gz bcm5719-llvm-900086de8817c49724fa7b71edcbd7155ca955fa.zip |
Move Android to the builtin rune table.
llvm-svn: 231897
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/locale.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index 2115340f0b5..729022689ad 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -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 |