diff mbox series

coccinelle: delete an unused variable in two rules from the_repository.pending.cocci

Message ID 1b2b8e8f-9736-5551-65f9-ad5857bce73d@web.de (mailing list archive)
State New, archived
Headers show
Series coccinelle: delete an unused variable in two rules from the_repository.pending.cocci | expand

Commit Message

Markus Elfring Nov. 12, 2019, 8:40 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
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@users.sourceforge.net>
---
 contrib/coccinelle/the_repository.pending.cocci | 2 --
 1 file changed, 2 deletions(-)

--
2.24.0
diff mbox series

Patch

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,