On 3/22/2023 1:36 PM, Jeff King wrote: > My goal here was cleaning up some -Wunused-parameter warnings, but doing > so required a few preparatory cleanups, one of which actually fixes a > really minor bug (in patch 4). I saw this was on its way to next(?) without any comment, but it really doesn't need any. Each patch was clear and created a self- sufficient reason, but the culmination of dropping parameters and clearing up memory is also good. Thanks, -Stolee