files-backend: drop refs parameter from split_symref_update()
commit10dee40ed3f6f091be271b45191a40aa560f33bf
authorJeff King <peff@peff.net>
Thu, 14 Feb 2019 05:50:46 +0000 (14 00:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2019 23:26:15 +0000 (14 15:26 -0800)
tree655940a3ade60024bb1ef835d81bdb606ce086ea
parentc409d108b857799ae699654d2fc33b063c9aef9d
files-backend: drop refs parameter from split_symref_update()

This parameter was added in fcc42ea0c9 (split_symref_update(): add a
files_ref_store argument, 2016-09-04) without comment, but never used.
The splitting is purely mechanical, and doesn't depend on the particular
ref-store. Let's drop this parameter in the name of simplicity.

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