summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/environment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/environment.pm')
-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 38448a8ba9fb..05dfdbfb6787 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -108,8 +108,6 @@ sub set_global_environment_variables
$installer::globals::cpuname = $environment->{'CPUNAME'};
$installer::globals::platformid = $environment->{'PLATFORMID'};
- if ( $ENV{'LAST_MINOR'} ) { $installer::globals::lastminor = $ENV{'LAST_MINOR'}; }
-
if ( $ENV{'ENABLE_DBGUTIL'} ) {} else { $installer::globals::pro = 1; }
if ( $ENV{'VERBOSE'} && ( (lc $ENV{'VERBOSE'}) eq "false" ) ) { $installer::globals::quiet = 1; }