From 4cb5e2e08163d44990e67648e6ad09186c297a5d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Dec 2011 11:16:57 +0200 Subject: Drop some unused variables --- set_soenv.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'set_soenv.in') diff --git a/set_soenv.in b/set_soenv.in index 7c2e5fc6bb77..2f32cb8e4839 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -34,11 +34,11 @@ use File::Basename; #-------------------------------------------------------- # my ( $oldoutfile, $outfile, $bootfile, $newline, $comment, - $compiler, $ds, $ps, + $ds, $ps, $wps, $cur_dir, $par_dir, $I, $L, $tmp, $MINGW, $platform, - $cygwinver, $empty, $no_ant, $no_gcc_include, - $no_gxx_include, $warnfile, $Warning, $result, $unsetvars, $exportvars, $win_format_var, @mingw_lib_include_paths, $mingw_lib_include_path); + $empty, + $warnfile, $Warning, $result, $unsetvars, $exportvars); # #------------------------------------------------- # IIb. Declaring environment values (constants). -- cgit