diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 08:25:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 08:25:39 +0100 |
commit | 9d80ad16f921c9a78255841394e88fa97fb1291c (patch) | |
tree | 980d1cda98d453a732e284f49d227eb4dfcb17ea /tools/check-compat.sh | |
parent | c0a790453c639847ae71bb344ba2d35fd8a00c7a (diff) | |
download | rtmux-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.sh | 5 |
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 |