]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: drop unused parameter from maybe_remove_section()
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 13:12:32 +0000 (08:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:35:44 +0000 (12:35 -0800)
commita263ea84d1da2c34ed1325809b8a1f62ccffde8c
tree29a2b7b1998689f440b7a61a22373af0e43dc09c
parent3d42034a18297bc014e2132121c4854f5a07fe4c
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c