aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diffsitter/diffsitter.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/diffsitter/diffsitter.post-install')
-rw-r--r--testing/diffsitter/diffsitter.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/diffsitter/diffsitter.post-install b/testing/diffsitter/diffsitter.post-install
deleted file mode 100644
index 28a78d83186..00000000000
--- a/testing/diffsitter/diffsitter.post-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-cat >&2 <<EOF
-*
-* diffsitter uses tree-sitter grammars that are provided in standalone packages
-* 'tree-sitter-<lang>' (e.g. tree-sitter-c) and must be installed separately.
-*
-EOF
-
-exit 0