t0610: remove unused variable assignment
commite0795e2c7912bc407e311b8cd3ae908bc354d8c9
authorPatrick Steinhardt <ps@pks.im>
Wed, 6 Mar 2024 11:17:27 +0000 (6 12:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2024 16:40:40 +0000 (6 08:40 -0800)
tree7f8abfe922f7aeffe2e3fa12692ea64d28907d22
parentb0f6b6b523c58cb204292455ed7121896f0aa6ed
t0610: remove unused variable assignment

In b0f6b6b523 (refs/reftable: don't fail empty transactions in repo
without HEAD, 2024-02-27), we have added a new test to t0610. This test
contains a useless assignment to a variable that is never actually used.
Remove it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0610-reftable-basics.sh