Skip to content

Commit 49c2d93

Browse files
avargitster
authored andcommitted
cocci: remove dead rule from "the_repository.pending.cocci"
The "parse_commit_gently" macro went away in [1], so we don't need to carry this for its migration. 1. ea3f7e5 (revision: use repository from rev_info when parsing commits, 2020-06-23) Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 73876f4 commit 49c2d93

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

contrib/coccinelle/the_repository.pending.cocci

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ expression G;
3434
+ repo_parse_commit_internal(the_repository,
3535
E, F, G)
3636

37-
@@
38-
expression E;
39-
expression F;
40-
@@
41-
- parse_commit_gently(
42-
+ repo_parse_commit_gently(the_repository,
43-
E, F)
44-
4537
@@
4638
expression E;
4739
@@

0 commit comments

Comments
 (0)