aboutsummaryrefslogtreecommitdiff
path: root/tools/check-compat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-compat.sh')
-rw-r--r--tools/check-compat.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/check-compat.sh b/tools/check-compat.sh
deleted file mode 100644
index b7603a80..00000000
--- a/tools/check-compat.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# $Id$
-
-grep "#include" compat.h|while read line; do
- grep "$line" *.[ch] compat/*.[ch]
-done