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.cocci24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/coccinelle/index-compatibility.pending.cocci b/contrib/coccinelle/index-compatibility.pending.cocci
deleted file mode 100644
index 01f875d006..0000000000
--- a/contrib/coccinelle/index-compatibility.pending.cocci
+++ /dev/null
@@ -1,24 +0,0 @@
-// "the_repository" simple cases
-@@
-@@
-(
-- read_cache
-+ repo_read_index
-)
- (
-+ the_repository,
- ...)
-
-// "the_index" simple cases
-@@
-@@
-(
-- discard_cache
-+ discard_index
-|
-- cache_name_pos
-+ index_name_pos
-)
- (
-+ &the_index,
- ...)