summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-07 21:04:38 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 22:35:44 +0100
commitb38e996bcee13eacb61f340ccff787806c053ce8 (patch)
treed1792e16750edc3290594a11d724076a250b6c58 /solenv
parent91fa22fe533588c0e16c705f3810f1ce1a5661a5 (diff)
installer: remove unused variable
Change-Id: I03648e07b6f1ab895254c4e2a02717a6a318c783
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/archivefiles.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/archivefiles.pm b/solenv/bin/modules/installer/archivefiles.pm
index e3094187442f..17a6a5f4077f 100644
--- a/solenv/bin/modules/installer/archivefiles.pm
+++ b/solenv/bin/modules/installer/archivefiles.pm
@@ -141,8 +141,6 @@ sub resolving_archive_flag
my ($systemcall, $returnvalue, $infoline);
- my $unziplistfile = $loggingdir . "unziplist_" . $installer::globals::build . "_" . $installer::globals::compiler . "_" . $$languagestringref . ".txt";
-
my $platformunzipdirbase = installer::systemactions::create_directories("zip", $languagestringref);
push(@installer::globals::removedirs, $platformunzipdirbase);