mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-18 04:03:55 +02:00
This reverts commit 9e46496d45ff06317ae8f4f785e6117e5b786f6f. It was wrong and is not reliable, depending on the compiler's version and optimization, as the struct is assigned inside a statement, thus on its own stack. It's not needed anymore now so let's remove this.