Revert "Add a _LIBCPP_ELAST configuration for MINGW."

This reverts commit af97e6d316.
This commit is contained in:
Dan Albert
2015-01-06 09:38:15 -08:00
parent 64972d4155
commit 2210954c40

View File

@@ -644,8 +644,6 @@ template <unsigned> struct __static_assert_check {};
#define _LIBCPP_ELAST __ELASTERROR #define _LIBCPP_ELAST __ELASTERROR
#elif defined(__APPLE__) #elif defined(__APPLE__)
// Not _LIBCPP_ELAST needed on Apple // Not _LIBCPP_ELAST needed on Apple
#elif defined(__MINGW__)
#define _LIBCPP_ELAST EWOULDBLOCK
#else #else
// Warn here so that the person doing the libcxx port has an easier time: // Warn here so that the person doing the libcxx port has an easier time:
#warning This platform's ELAST hasn't been ported yet #warning This platform's ELAST hasn't been ported yet