From 97758d5c47698339cfcb9037e477ff463f97b58a Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 9 May 2021 11:19:37 -0700 Subject: Remove UNREACHABLE macros --- core/src/Utils/Macros.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/src/Utils/Macros.hpp') diff --git a/core/src/Utils/Macros.hpp b/core/src/Utils/Macros.hpp index 3ba8261..658aebf 100644 --- a/core/src/Utils/Macros.hpp +++ b/core/src/Utils/Macros.hpp @@ -4,9 +4,3 @@ #define CONCAT(a, b) CONCAT_IMPL(a, b) #define UNIQUE_NAME(prefix) CONCAT(prefix, __COUNTER__) - -#if defined(_MSC_VER) -# define UNREACHABLE __assume(false) -#elif defined(__clang__) || defined(__GNUC__) -# define UUNREACHABLE __builtin_unreachable() -#endif -- cgit v1.2.3-70-g09d2