aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/coccinelle/index-compatibility.pending.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/coccinelle/index-compatibility.pending.cocci')
-rw-r--r--contrib/coccinelle/index-compatibility.pending.cocci21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/coccinelle/index-compatibility.pending.cocci b/contrib/coccinelle/index-compatibility.pending.cocci
deleted file mode 100644
index ecf3b45dec..0000000000
--- a/contrib/coccinelle/index-compatibility.pending.cocci
+++ /dev/null
@@ -1,21 +0,0 @@
-// "the_repository" simple cases
-@@
-@@
-(
-- read_cache
-+ repo_read_index
-)
- (
-+ the_repository,
- ...)
-
-// "the_index" simple cases
-@@
-@@
-(
-- discard_cache
-+ discard_index
-)
- (
-+ &the_index,
- ...)