]> git.ipfire.org Git - thirdparty/haproxy.git/commit
IMPORT: eb32: drop the now useless node_bit variable
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Jun 2025 17:47:02 +0000 (19:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Sep 2025 12:30:31 +0000 (14:30 +0200)
commit384907f4e7790061538f527e3fa68c79d903cfb6
treed9d644929eded37d3ae7f3203c15f46c04d07512
parentc9e4adf608603b1cb9a10f999697097814d6602e
IMPORT: eb32: drop the now useless node_bit variable

This one was previously used to preload from the node and keep a copy
in a register on i386 machines with few registers. With the new more
optimal code it's totally useless, so let's get rid of it. By the way
the 64 bit code didn't use that at all already.

This is ebtree commit 1e219a74cfa09e785baf3637b6d55993d88b47ef.
include/import/eb32tree.h