diff options
author | Dan Albert <danalbert@google.com> | 2014-12-12 02:42:30 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-12 02:42:30 +0000 |
commit | da4f30c5b451091068ecb5f6fa3697a7dd6bb7df (patch) | |
tree | 0c639c53e97ba4da9459859e3cb7e7b860e8d865 | |
parent | efd482f5e41aaca30521f2cb20e4dcad731cc9f8 (diff) | |
parent | c59932f937beddaa911cd8b9d186647a797fd4c2 (diff) | |
download | system_core-da4f30c5b451091068ecb5f6fa3697a7dd6bb7df.zip system_core-da4f30c5b451091068ecb5f6fa3697a7dd6bb7df.tar.gz system_core-da4f30c5b451091068ecb5f6fa3697a7dd6bb7df.tar.bz2 |
Merge "Remove incompatible Unicode compatibility types."
-rw-r--r-- | include/utils/Unicode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/utils/Unicode.h b/include/utils/Unicode.h index aaf951b..b76a5e2 100644 --- a/include/utils/Unicode.h +++ b/include/utils/Unicode.h @@ -22,12 +22,6 @@ extern "C" { -// Definitions exist in C++11 -#if defined __cplusplus && __cplusplus < 201103L -typedef unsigned int char32_t; -typedef unsigned short char16_t; -#endif - // Standard string functions on char16_t strings. int strcmp16(const char16_t *, const char16_t *); int strncmp16(const char16_t *s1, const char16_t *s2, size_t n); |