diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-11 22:18:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-12 00:20:38 +0200 |
commit | 35698e8f703db5770c164c41f9c3169c50cee0ea (patch) | |
tree | 6b4bd03402e94db7d94078a48025f572a5d1d3e8 /solenv/bin/modules/installer.pm | |
parent | 40ff84cfdc56dd44e50d0fda34d5b97e6d2cafdc (diff) |
installer: remove resolving_hidden_flag
Fortunately such "tooling" appears to be extinct, and there are no
HIDDEN flags in scp2 anyway.
Change-Id: I33bd80e3e74cc1eaaab0fbc50d02090088ae4be4
Diffstat (limited to 'solenv/bin/modules/installer.pm')
-rw-r--r-- | solenv/bin/modules/installer.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index f88402bdfb1d..89e202f71162 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -648,14 +648,6 @@ sub run { installer::scpzipfiles::resolving_scpzip_replace_flag($filesinproductlanguageresolvedarrayref, $allvariableshashref, "File", $languagestringref); - ##################################### - # Files with flag HIDDEN - ##################################### - - installer::logger::print_message( "... analyzing files with flag HIDDEN ...\n" ); - - installer::worker::resolving_hidden_flag($filesinproductlanguageresolvedarrayref, $allvariableshashref, "File", $languagestringref); - ############################################ # Collecting directories for epm list file ############################################ |