From: Stefano Lattarini Date: Thu, 18 Oct 2012 14:55:44 +0000 (+0200) Subject: depcomp: remove an unused variable X-Git-Tag: v1.12b~13^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d0dcbe1777e20fb07505ebe215df72bda21c42;p=thirdparty%2Fautomake.git depcomp: remove an unused variable * lib/depcomp ($alnum): This. Signed-off-by: Stefano Lattarini --- diff --git a/lib/depcomp b/lib/depcomp index 8cd39b06c..cfe0542dc 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -115,7 +115,6 @@ upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} -alnum=${alpha}${digits} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2