diff options
author | Jordan Ayers <jordan.ayers@gmail.com> | 2011-08-28 12:20:45 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-28 16:41:48 -0500 |
commit | f64ca4c4273c2c281519020e1af7c70fe1d4cee2 (patch) | |
tree | 2aed333949b586ca314ca7d78d25f6fb4aa69165 /solenv | |
parent | a73b9fc0e2cccc240cadf40d6566fa15c46f70b7 (diff) |
Perl cleanup: Remove unused local variable.
Remove an unused style copy per registry entry that was added to
installer::windows::registry::add_userregs_to_registry_table()
as part of the integration of CWS jl67.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/windows/registry.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/registry.pm b/solenv/bin/modules/installer/windows/registry.pm index ad036865ebc3..484658009454 100644 --- a/solenv/bin/modules/installer/windows/registry.pm +++ b/solenv/bin/modules/installer/windows/registry.pm @@ -342,9 +342,6 @@ sub add_userregs_to_registry_table { my $onefile = $installer::globals::userregistrycollector[$i]; - my $styles = ""; - if ( $onefile->{'Styles'} ) { $styles = $onefile->{'Styles'}; } - my %registry = (); $registry{'Registry'} = $onefile->{'userregkeypath'}; |