summaryrefslogtreecommitdiff
path: root/contrib/coccinelle/the_repository.pending.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/coccinelle/the_repository.pending.cocci')
-rw-r--r--contrib/coccinelle/the_repository.pending.cocci15
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/coccinelle/the_repository.pending.cocci b/contrib/coccinelle/the_repository.pending.cocci
index 2ee702e..072ea0d 100644
--- a/contrib/coccinelle/the_repository.pending.cocci
+++ b/contrib/coccinelle/the_repository.pending.cocci
@@ -14,21 +14,6 @@ expression G;
@@
expression E;
@@
-- has_sha1_file(
-+ repo_has_sha1_file(the_repository,
- E)
-
-@@
-expression E;
-expression F;
-@@
-- has_sha1_file_with_flags(
-+ repo_has_sha1_file_with_flags(the_repository,
- E)
-
-@@
-expression E;
-@@
- has_object_file(
+ repo_has_object_file(the_repository,
E)