mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-24 07:11:20 +02:00
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.
This commit is contained in:
parent
571eb3d659
commit
755afc08d5
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user