worktree: mark unused parameters in each_ref_fn callback
commitbbfc4f53b9622ba996c1cd083eaa6cb10d84f6d0
authorJeff King <peff@peff.net>
Tue, 29 Aug 2023 23:45:15 +0000 (29 19:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 00:56:24 +0000 (29 17:56 -0700)
tree8796d9b1aad1bcfca5d12569d76b9005bf4d75c5
parentd79b9f7cdb68055c5cb8a77b2c4c5970f8802833
worktree: mark unused parameters in each_ref_fn callback

This is similar to the cases in 63e14ee2d6 (refs: mark unused
each_ref_fn parameters, 2022-08-19), but it was added after that commit.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c