aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-11 06:13:29 -0500
committerJack Lloyd <[email protected]>2020-11-11 06:13:29 -0500
commitc1289e0c2e9c2da4105c82b990a922e0d8c65d9a (patch)
tree13bd9e24bfbff45ca41db4068f463f3c6cb08632 /src/lib
parente38b781bbfe2208094c4d781c098372bb0ad17b5 (diff)
Remove old BOTAN_IF_CONSTEXPR define
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/utils/compiler.h11
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)