summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-12-12 11:16:57 +0200
committerTor Lillqvist <tml@iki.fi>2011-12-12 12:08:43 +0200
commit4cb5e2e08163d44990e67648e6ad09186c297a5d (patch)
tree9e7c3e7e2b2d36a6e4f112c44d901c383eb7b937 /set_soenv.in
parent13876ef22f42256ab575d5678b7a4165c7388076 (diff)
Drop some unused variables
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in6
1 files changed, 3 insertions, 3 deletions
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).