From c5c33504c906f6bf09fe00a1a32c6c4bdb76ed0f Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 20 Mar 2019 04:15:48 -0400 Subject: report_path_error(): drop unused prefix parameter This hasn't been used since 17ddc66e70 (convert report_path_error to take struct pathspec, 2013-07-14), as the names in the struct will have already been prefixed when they were parsed. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- dir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index b2cabadf25..5286f710cc 100644 --- a/dir.c +++ b/dir.c @@ -502,8 +502,7 @@ int submodule_path_match(const struct index_state *istate, } int report_path_error(const char *ps_matched, - const struct pathspec *pathspec, - const char *prefix) + const struct pathspec *pathspec) { /* * Make sure all pathspec matched; otherwise it is an error. -- cgit v1.3