| Index: Source/wtf/Compiler.h
|
| diff --git a/Source/wtf/Compiler.h b/Source/wtf/Compiler.h
|
| index b73d0a6d6eaeb7c09d5a39aa556c9c38dc8c5752..b253b9097ce7c8e1b7b5747a838af3d0d7778f45 100644
|
| --- a/Source/wtf/Compiler.h
|
| +++ b/Source/wtf/Compiler.h
|
| @@ -41,18 +41,12 @@
|
| #if defined(__clang__)
|
| #define WTF_COMPILER_CLANG 1
|
|
|
| -#define CLANG_PRAGMA(PRAGMA) _Pragma(PRAGMA)
|
| -
|
| /* Specific compiler features */
|
|
|
| #define WTF_COMPILER_SUPPORTS_CXX_EXPLICIT_CONVERSIONS __has_feature(cxx_explicit_conversions)
|
|
|
| #endif
|
|
|
| -#ifndef CLANG_PRAGMA
|
| -#define CLANG_PRAGMA(PRAGMA)
|
| -#endif
|
| -
|
| /* COMPILER(MSVC) - Microsoft Visual C++ */
|
| #if defined(_MSC_VER)
|
| #define WTF_COMPILER_MSVC 1
|
|
|