blame: drop some unused function parameters
authorJeff King <peff@peff.net>
Fri, 28 Jun 2019 06:24:57 +0000 (02:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2019 17:13:56 +0000 (10:13 -0700)
These unused parameters were introduced recently as part of the
br/blame-ignore topic. I assume they are not indicative of bugs, but are
just leftovers from the development process (they were introduced by the
series but not used in any of its iterations).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found