From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> Date: Tue, 12 Nov 2019 21:35:36 +0100 This script contained two transformation rules for the semantic patch language where a metavariable was declared but not used then. Thus remove this superfluous variable “F”. Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> --- contrib/coccinelle/the_repository.pending.cocci | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/coccinelle/the_repository.pending.cocci b/contrib/coccinelle/the_repository.pending.cocci index 2ee702ecf7..ff6a6a575a 100644 --- a/contrib/coccinelle/the_repository.pending.cocci +++ b/contrib/coccinelle/the_repository.pending.cocci @@ -20,7 +20,6 @@ expression E; @@ expression E; -expression F; @@ - has_sha1_file_with_flags( + repo_has_sha1_file_with_flags(the_repository, @@ -35,7 +34,6 @@ expression E; @@ expression E; -expression F; @@ - has_object_file_with_flags( + repo_has_object_file_with_flags(the_repository, -- 2.24.0