]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: config: drop unused setting CONFIG_HAP_INLINE_FD_SET
authorWilly Tarreau <w@1wt.eu>
Sat, 9 May 2020 06:57:48 +0000 (08:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 May 2020 06:57:48 +0000 (08:57 +0200)
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.

include/common/config.h

index 9d12c8eb45c82b8f70c9b6e9b1ac44ad15f92267..9d7bf88e2f20cb2cde3ca1953e6670032824b8fe 100644 (file)
 #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 */