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

Unified Diff: Source/wtf/Compiler.h

Issue 787373009: remove unused CLANG_PRAGMA macro (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove unused CLANG_PRAGMA macro Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698