On 10.04.24 01:11, David Rowley wrote:
> On Wed, 10 Apr 2024 at 00:05, Peter Eisentraut <peter@eisentraut.org> wrote:
>> This patch introduces in bump.c the macro BumpBlockIsValid(), but it's
>> not used anywhere. Can we remove it?
>
> I've just pushed a patch to remove it.
>
> Was that spotted by eagle eyes or tooling?
I used gcc -Wunused-macros. This is somewhat noisy, but occasionally
useful to find leftover stuff.