Remove unused macro FALLTHROUGH

Chromium and CEF now use the attribute `[[fallthrough]]`.
This commit is contained in:
Sergey Markelov 2023-04-13 16:03:41 +00:00 committed by Marshall Greenblatt
parent 55e158fe81
commit f90d5bc49e
1 changed files with 0 additions and 7 deletions

View File

@ -251,13 +251,6 @@
#define HAS_FEATURE(FEATURE) 0
#endif
// Macro for telling -Wimplicit-fallthrough that a fallthrough is intentional.
#if defined(__clang__)
#define FALLTHROUGH [[clang::fallthrough]]
#else
#define FALLTHROUGH
#endif
#if defined(COMPILER_GCC)
#define PRETTY_FUNCTION __PRETTY_FUNCTION__
#elif defined(COMPILER_MSVC)