summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-10-10 04:22:36 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-10-10 23:27:39 +0000
commitd9b325f6b53db502e197feb4e50f59bf57682bbd (patch)
treee99f9027d5b288050c967bdc2ae5bd5971bdb68f
parent99b6fc7b72452660f59ebeec8596cba375c02f9d (diff)
remove unused $variables{'os'}
Change-Id: Idaf0b0e9fc38dc05f24c111304ef5189b4ba111c Reviewed-on: https://gerrit.libreoffice.org/11906 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-rw-r--r--solenv/bin/modules/installer/environment.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index efa93b4a43e7..9347b9ba883c 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -33,8 +33,6 @@ sub create_pathvariables
# The following variables are needed in the path file list
# solarenvpath, os, pmiscpath
- $variables{'os'} = $installer::globals::compiler;
-
my $solarenvpath = "";
if ( $ENV{'SO_PACK'} ) { $solarenvpath = $ENV{'SO_PACK'}; }