diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-13 09:38:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-13 15:10:28 +0200 |
commit | 5b4bcc81e1d6a8bea8851faa7781dfada092adb4 (patch) | |
tree | 673167e7a0a875b4357324370c812c530106fd22 /set_soenv.in | |
parent | 4b6e0d42d72f8d2f5a18a0e0af595d884d96f552 (diff) |
Kill unused variable
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index f0e745ed7424..2150be5a6551 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -33,7 +33,7 @@ use File::Basename; # IIa. Declaring variables for the system commands, etc. #-------------------------------------------------------- # -my ( $outfile, $bootfile, $newline, $comment, +my ( $outfile, $newline, $comment, $ds, $ps, $wps, $cur_dir, $par_dir, $I, $L, $tmp, $MINGW, $platform, |