summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/compiler_specific.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index 4bd041983b..88c290f67e 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -222,12 +222,10 @@
#endif
// Macro for telling -Wimplicit-fallthrough that a fallthrough is intentional.
-#if !defined(FALLTHROUGH) // https://crbug.com/805946
#if defined(__clang__)
#define FALLTHROUGH [[clang::fallthrough]]
#else
#define FALLTHROUGH
#endif
-#endif
#endif // BASE_COMPILER_SPECIFIC_H_