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

Unified Diff: Source/config.h

Issue 23536039: Remove NetBSD specific bits from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 3 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 | « no previous file | Source/wtf/NumberOfCores.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index e1ffe922031cd0df2987ce88daf173b0c6c018fb..301ddad1fb8e063a892852405bc10a1d81edeb89 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -66,11 +66,6 @@
#define WTF_OS_LINUX 1
#endif
-/* OS(NETBSD) - NetBSD */
-#if defined(__NetBSD__)
-#define WTF_OS_NETBSD 1
-#endif
-
/* OS(OPENBSD) - OpenBSD */
#ifdef __OpenBSD__
#define WTF_OS_OPENBSD 1
@@ -86,7 +81,6 @@
|| OS(MACOSX) \
|| OS(FREEBSD) \
|| OS(LINUX) \
- || OS(NETBSD) \
|| OS(OPENBSD) \
|| defined(unix) \
|| defined(__unix) \
« no previous file with comments | « no previous file | Source/wtf/NumberOfCores.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698