diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/utils/compiler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/utils/compiler.h b/src/lib/utils/compiler.h index 23b46c25a..0d22be202 100644 --- a/src/lib/utils/compiler.h +++ b/src/lib/utils/compiler.h @@ -167,17 +167,6 @@ #endif /* -* Define if constexpr -*/ -#if !defined(if constexpr) - #if __cplusplus >= 201703 - #define if constexpr if constexpr - #else - #define if constexpr if - #endif -#endif - -/* * Define BOTAN_PARALLEL_FOR */ #if !defined(BOTAN_PARALLEL_FOR) |