Index: base/compiler_specific.h |
diff --git a/base/compiler_specific.h b/base/compiler_specific.h |
index ba57cc38cdc2ef87dfe0697f25a950bcbec4dc0e..5d712d6c940a47f6b85f83fab2b6b2e1091f6ecc 100644 |
--- a/base/compiler_specific.h |
+++ b/base/compiler_specific.h |
@@ -133,12 +133,6 @@ |
#define ALIGNOF(type) __alignof__(type) |
#endif |
-// Annotate a virtual method indicating it must be overriding a virtual |
-// method in the parent class. |
-// Use like: |
-// virtual void foo() OVERRIDE; |
-#define OVERRIDE override |
- |
// Annotate a function indicating the caller must examine the return value. |
// Use like: |
// int foo() WARN_UNUSED_RESULT; |