[Libreoffice-commits] core.git: solenv/bin

Norbert Thiebaud nthiebaud at gmail.com
Fri Oct 10 16:28:02 PDT 2014


 solenv/bin/modules/installer/environment.pm |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d9b325f6b53db502e197feb4e50f59bf57682bbd
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Oct 10 04:22:36 2014 -0500

    remove unused $variables{'os'}
    
    Change-Id: Idaf0b0e9fc38dc05f24c111304ef5189b4ba111c
    Reviewed-on: https://gerrit.libreoffice.org/11906
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index efa93b4..9347b9b 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'}; }


More information about the Libreoffice-commits mailing list