From: Jeff King Date: Thu, 24 Jan 2019 13:12:32 +0000 (-0500) Subject: config: drop unused parameter from maybe_remove_section() X-Git-Tag: v2.21.0-rc0~22^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a263ea84d1da2c34ed1325809b8a1f62ccffde8c?ds=sidebyside;hp=a263ea84d1da2c34ed1325809b8a1f62ccffde8c config: drop unused parameter from maybe_remove_section() We don't need the contents buffer to drop a section; the parse information in the config_store_data parameter is enough for our logic. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---