rev_list_insert_ref(): remove unneeded arguments
commitc38cd1c89d662dc0f4fd30f98cc8904c2143c7ab
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 25 May 2015 18:39:19 +0000 (25 18:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2015 19:19:39 +0000 (25 12:19 -0700)
tree1e10b6887def490fe182148d59913bd5fc8b36d1
parentb1b49c6eb607b3f5697db7dae51e5152a3af3423
rev_list_insert_ref(): remove unneeded arguments

Now that the function is not being used as an each_ref_sha1_fn, we can
delete the unused arguments in its signature.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c