From: Willy Tarreau Date: Sat, 9 May 2020 06:57:48 +0000 (+0200) Subject: CLEANUP: config: drop unused setting CONFIG_HAP_INLINE_FD_SET X-Git-Tag: v2.2-dev8~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=755afc08d544a0e2506343fdec274b24fb0c1ad0;p=thirdparty%2Fhaproxy.git CLEANUP: config: drop unused setting CONFIG_HAP_INLINE_FD_SET CONFIG_HAP_INLINE_FD_SET was introduced in 1.3.3 and dropped in 1.3.9 when the pollers were reworked, let's remove it. --- diff --git a/include/common/config.h b/include/common/config.h index 9d12c8eb45..9d7bf88e2f 100644 --- a/include/common/config.h +++ b/include/common/config.h @@ -42,11 +42,4 @@ #endif #endif -/* CONFIG_HAP_INLINE_FD_SET - * This makes use of inline FD_* macros instead of calling equivalent - * functions. Benchmarks on a Pentium-M show that using functions is - * generally twice as fast. So it's better to keep this option unset. - */ -//#undef CONFIG_HAP_INLINE_FD_SET - #endif /* _COMMON_CONFIG_H */