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

Unified Diff: Source/wtf/Assertions.h

Issue 796303006: remove COMPILE_ASSERT macro from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/Assertions.h
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h
index 981b2a0a953276e3bdba937afaf42819cde91a14..05f93456a274aaeba051c1a5e358ecae2e8a66d3 100644
--- a/Source/wtf/Assertions.h
+++ b/Source/wtf/Assertions.h
@@ -291,11 +291,6 @@ while (0)
#endif
-/* COMPILE_ASSERT */
-#ifndef COMPILE_ASSERT // also defined in base/macros.h
-#define COMPILE_ASSERT(exp, msg) static_assert((exp), #msg)
-#endif
-
/* FATAL */
#if FATAL_DISABLED
« 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