]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unused rbtnode->rpz flag
authorTony Finch <fanf@isc.org>
Fri, 1 Apr 2022 17:22:13 +0000 (18:22 +0100)
committerTony Finch <fanf@isc.org>
Mon, 2 May 2022 18:47:58 +0000 (19:47 +0100)
commitcdd3d54bce945510bd1ef804286a3aa0ef15cd23
tree3c5f61f3d93ac33cbdf968aeb1535baf2f0c1250
parentac2295ef84233ab476f36333f80877e7c2ba19f8
Remove unused rbtnode->rpz flag

The rbtnode->rpz flag was left behind when rbt and rpz were disentangled
by CHANGES #4576. Removing it makes the comment above correct again.

This reduces the flags so they fit in a 32 bit word again. On 64
bit systems there is still padding so it doesn't change the size
of an rbtnode. On 32 bit systems it reduces an rbtnode by 4 bytes.
lib/dns/include/dns/rbt.h
lib/dns/rbt.c