diff --git a/AK/CheckedFormatString.h b/AK/CheckedFormatString.h index f459e4426b0..b43b3015af1 100644 --- a/AK/CheckedFormatString.h +++ b/AK/CheckedFormatString.h @@ -11,14 +11,6 @@ #include #include -#ifdef ENABLE_COMPILETIME_FORMAT_CHECK -// FIXME: Seems like clang doesn't like calling 'consteval' functions inside 'consteval' functions quite the same way as GCC does, -// it seems to entirely forget that it accepted that parameters to a 'consteval' function to begin with. -# if defined(AK_COMPILER_CLANG) -# undef ENABLE_COMPILETIME_FORMAT_CHECK -# endif -#endif - #ifdef ENABLE_COMPILETIME_FORMAT_CHECK namespace AK::Format::Detail {