diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-18 21:58:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-18 21:58:22 +0000 |
commit | 0e70dc215e32997b2b1751664a291c06450b2f39 (patch) | |
tree | 1bcee6bf57b4763eb677150744bce29c70d6727b /mk | |
parent | 30458d7406eb98448fe5c44aef5b200f13d5711a (diff) | |
download | pkgsrc-0e70dc215e32997b2b1751664a291c06450b2f39.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 \ |