diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-12 03:39:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-12 03:39:06 +0200 |
commit | 9581d5c59f5a9ff64329202590adf0b9fdf468a3 (patch) | |
tree | 55c5a5097d1aed497e5bc635a2e27de767a4ab0d /solenv/bin/modules/installer/globals.pm | |
parent | 815ed63b51c0aba3b3796dcdd37759d22ba91642 (diff) |
installer: remove unused variables
Change-Id: I3c9669f6fdf25a1a244335ae0317c3a8a933762b
Diffstat (limited to 'solenv/bin/modules/installer/globals.pm')
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index f6bc9fcd6ceb..3cc3aeff9ea0 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -120,9 +120,7 @@ BEGIN $updatesequencecounter = 0; $updatedatabase = 0; $updatedatabasepath = ""; - $pfffileexists = 0; $pffcabfilename = "ooobasis3.0_pff.cab"; - $mergemodulenumber = 0; %allmergemodulefilesequences = (); %newupdatefiles = (); %allusedupdatesequences = (); @@ -138,7 +136,6 @@ BEGIN @globallogfileinfo = (); $ignore_error_in_logfile = 0; $exitlog = ""; - $globalinfo_copied = 0; $quiet = 0; $ismultilingual = 0; @@ -174,7 +171,6 @@ BEGIN @binarytableonlyfiles = (); @allscpactions = (); $languagepackaddon = "LanguagePack"; - $patchaddon = "Patch"; $ooodownloadfilename = ""; $downloadfilename = ""; $downloadfileextension = ""; @@ -239,24 +235,18 @@ BEGIN $localinstalldirset = 0; $localinstalldir = ""; - $urefile = ""; - $postprocess_specialepm = 0; $postprocess_standardepm = 0; $mergemodules_analyzed = 0; @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" ); - @languagepackfeature =(); - @helppackfeature =(); @featurecollector =(); $msiassemblyfiles = ""; $macinstallfilename = "macinstall.ulf"; $extensioninstalldir = "gid_Dir_Share_Extension_Install"; @languagenames = (); - @requiredpackages = (); %componentcondition = (); %componentid = (); - %comparecomponentname = (); %allcabinets = (); %allcabinetassigns = (); %cabfilecounter = (); |