Chromium Code Reviews| 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 |