Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index 9cb5d5f146b660064c3a6e0abb0bd62e6c7a921e..83caca7a71af006ed157c366be2c38a609e6c7d0 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -401,11 +401,6 @@ |
#define WTF_OS_SOLARIS 1 |
#endif |
-/* OS(WINCE) - Windows CE; note that for this platform OS(WINDOWS) is also defined */ |
-#if defined(_WIN32_WCE) |
-#define WTF_OS_WINCE 1 |
-#endif |
- |
/* OS(WINDOWS) - Any version of Windows */ |
#if defined(WIN32) || defined(_WIN32) |
#define WTF_OS_WINDOWS 1 |