mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 19:51:00 +02:00
This pointer was used during the appctx refactoring performed in 2.6. The ctx union was still there and this pointer was used as the "shadow" of the svcctx pointer used by most commands. In 2.7, the union was removed, making the shadow pointer useless. Let's remove it now.