Kill unused variable
This commit is contained in:
parent
4b6e0d42d7
commit
5b4bcc81e1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue