aboutsummaryrefslogtreecommitdiff
path: root/tools/check-compat.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 08:25:39 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 08:25:39 +0100
commit9d80ad16f921c9a78255841394e88fa97fb1291c (patch)
tree980d1cda98d453a732e284f49d227eb4dfcb17ea /tools/check-compat.sh
parentc0a790453c639847ae71bb344ba2d35fd8a00c7a (diff)
downloadrtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.tar.gz
rtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.tar.bz2
rtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.zip
Remove old tools.
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