Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index 79695488a3eb27bbddd145071488cf49b139cd33..3395f5984621aaa30592fcdfbbcde1ebff41fb18 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -356,11 +356,6 @@ |
#define WTF_OS_OPENBSD 1 |
#endif |
-/* OS(QNX) - QNX */ |
-#if defined(__QNXNTO__) |
-#define WTF_OS_QNX 1 |
-#endif |
- |
/* OS(SOLARIS) - Solaris */ |
#if defined(sun) || defined(__sun) |
#define WTF_OS_SOLARIS 1 |
@@ -383,7 +378,6 @@ |
|| OS(LINUX) \ |
|| OS(NETBSD) \ |
|| OS(OPENBSD) \ |
- || OS(QNX) \ |
|| OS(SOLARIS) \ |
|| defined(unix) \ |
|| defined(__unix) \ |
@@ -455,7 +449,7 @@ |
#endif |
#if !defined(HAVE_VASPRINTF) |
-#if !COMPILER(MSVC) && !COMPILER(MINGW) && !(COMPILER(GCC) && OS(QNX)) |
+#if !COMPILER(MSVC) && !COMPILER(MINGW) |
#define HAVE_VASPRINTF 1 |
#endif |
#endif |