pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check Removed unused variables.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d570d3b2429b
branches:  trunk
changeset: 550324:d570d3b2429b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 18 21:58:22 2008 +0000

description:
Removed unused variables.

diffstat:

 mk/check/check-portability.sh |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r adc94506d99b -r d570d3b2429b mk/check/check-portability.sh
--- a/mk/check/check-portability.sh     Tue Nov 18 21:17:53 2008 +0000
+++ b/mk/check/check-portability.sh     Tue Nov 18 21:58:22 2008 +0000
@@ -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 @@
 
 : ${SKIP_FILTER:=""}
 
-found_random=no
-found_test_eqeq=no
-
 # usage: check_shell <fname>
 check_shell() {
        env \



Home | Main Index | Thread Index | Old Index