diff options
Diffstat (limited to 'zap/src/fastimpl.c')
-rw-r--r-- | zap/src/fastimpl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/zap/src/fastimpl.c b/zap/src/fastimpl.c index 71ded00..2541a41 100644 --- a/zap/src/fastimpl.c +++ b/zap/src/fastimpl.c @@ -9,8 +9,4 @@ #include <stdbool.h> #include <stdint.h> -#if defined(zap_priv_fastimpl) -bool const zap_fastimpl = true; -#else -bool const zap_fastimpl = false; -#endif +bool const zap_fastimpl = zap_priv_fastimpl; |