diff options
author | rillig <rillig> | 2008-11-18 21:58:22 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-11-18 21:58:22 +0000 |
commit | 4114b8b0a8d1e86b7a892753093f7c3527096918 (patch) | |
tree | 1bcee6bf57b4763eb677150744bce29c70d6727b /mk | |
parent | dcb3cc51a2dfda001df80e37c1c2334592ec09b5 (diff) | |
download | pkgsrc-4114b8b0a8d1e86b7a892753093f7c3527096918.tar.gz |
Removed unused variables.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/check/check-portability.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/check/check-portability.sh b/mk/check/check-portability.sh index 8b7106920d4..beca5c2785a 100644 --- a/mk/check/check-portability.sh +++ b/mk/check/check-portability.sh @@ -1,4 +1,4 @@ -# $NetBSD: check-portability.sh,v 1.7 2007/11/28 17:00:04 rillig Exp $ +# $NetBSD: check-portability.sh,v 1.8 2008/11/18 21:58:22 rillig Exp $ # # This program checks all files in the current directory and any # subdirectories for portability issues that are likely to result in @@ -18,9 +18,6 @@ cs_setprogname "$0" : ${SKIP_FILTER:=""} -found_random=no -found_test_eqeq=no - # usage: check_shell <fname> check_shell() { env \ |