summaryrefslogtreecommitdiffstats
path: root/luni
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-11 10:44:15 -0800
committerElliott Hughes <enh@google.com>2014-12-11 11:17:54 -0800
commitcc4bdc5a64270237c1514b6d56dabaf376bc3e36 (patch)
tree803d86ffc8332b3ae54d76dfdad6eaf593400258 /luni
parent7c9156a053fd560d3d50cfc2233007ed2eab92ff (diff)
downloadlibcore-cc4bdc5a64270237c1514b6d56dabaf376bc3e36.zip
libcore-cc4bdc5a64270237c1514b6d56dabaf376bc3e36.tar.gz
libcore-cc4bdc5a64270237c1514b6d56dabaf376bc3e36.tar.bz2
Remove a workaround for an icu4c header file hack.
The hack has been removed. Change-Id: Ia70f0cf05a47c68351e97d77b0675cbef67891d0
Diffstat (limited to 'luni')
-rw-r--r--luni/src/main/native/IcuUtilities.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/luni/src/main/native/IcuUtilities.h b/luni/src/main/native/IcuUtilities.h
index 737379e..bf6a8ee 100644
--- a/luni/src/main/native/IcuUtilities.h
+++ b/luni/src/main/native/IcuUtilities.h
@@ -17,9 +17,6 @@
#ifndef ICU_UTILITIES_H_included
#define ICU_UTILITIES_H_included
-#undef U_HAVE_STD_STRING
-#define U_HAVE_STD_STRING 1 // For UnicodeString::toUTF8String(std::string&).
-
#include "jni.h"
#include "ustrenum.h" // For UStringEnumeration.
#include "unicode/utypes.h" // For UErrorCode.