apply: drop unused "def" parameter from find_name_gnu()
commit74f8a9c9543aeb19d9af145d8be4acc2198c5b7e
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 13:11:42 +0000 (24 08:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:35:44 +0000 (24 12:35 -0800)
treec86de22bdb3832e08116b2a8116c434167dff726
parent667f71c36c95840c561297a5dfde2aa553c77c30
apply: drop unused "def" parameter from find_name_gnu()

We use the "def" parameter in find_name_common() for some heuristics,
but they are not necessary with the less-ambiguous GNU format. Let's
drop this unused parameter.

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