summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'}; }