Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: Source/wtf/Platform.h

Issue 14482004: Remove OS(QNX) support. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/OSAllocatorPosix.cpp ('k') | Source/wtf/StackBounds.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/wtf/OSAllocatorPosix.cpp ('k') | Source/wtf/StackBounds.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698