| Index: build/build_config.h
|
| diff --git a/build/build_config.h b/build/build_config.h
|
| index 57eb9a8cc288e777b580050704a77b559248b1ed..c384347bcf17ae1dd519063212f3bcb4823cee0d 100644
|
| --- a/build/build_config.h
|
| +++ b/build/build_config.h
|
| @@ -139,12 +139,6 @@
|
| #error Please add support for your compiler in build/build_config.h
|
| #endif
|
|
|
| -#if defined(__ARMEL__) && !defined(OS_IOS)
|
| -#define WCHAR_T_IS_UNSIGNED 1
|
| -#elif defined(__MIPSEL__)
|
| -#define WCHAR_T_IS_UNSIGNED 0
|
| -#endif
|
| -
|
| #if defined(OS_ANDROID)
|
| // The compiler thinks std::string::const_iterator and "const char*" are
|
| // equivalent types.
|
|
|