diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index c7aea411519..5ff686d5a78 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -922,11 +922,6 @@ sub expand_dependencies { $install{$p_dep} = 0 unless $only_arch; } } - for my $fmtdefs ($pkg->format_definitions) { - for my $fmttrigger (@{$fmtdefs->{'fmttriggers'}}) { - $install{$fmttrigger} = 1; - } - } } # check for newly selected packages |