From: Jeff King Date: Thu, 9 May 2019 21:31:46 +0000 (-0400) Subject: remove_all_fetch_refspecs(): drop unused "remote" parameter X-Git-Tag: v2.23.0-rc0~140^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/113c29ade08054ba2c543b41570e3a6643022b3d?hp=113c29ade08054ba2c543b41570e3a6643022b3d remove_all_fetch_refspecs(): drop unused "remote" parameter This function already takes a "key" parameter which uniquely identifies the config key that we need to remove. There's no need for it to look at the "remote" parameter at all. Let's drop it in the name of simplicity. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---