From e17e5c56b96323c959244814ff715acfe8cac5fb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 23 May 2018 02:32:11 +0000 Subject: remove some unnecessary tests git-svn-id: svn://tug.org/texlive/trunk@47800 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLPDB.pm') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 72d6f1e0f82..236f344851b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -2020,14 +2020,6 @@ sub _install_data { my @filelist = @$filelistref; - # we assume that $::progs has been set up! - my $wget = $::progs{'wget'}; - my $xzdec = TeXLive::TLUtils::quotify_path_with_spaces($::progs{'xzdec'}); - if (!defined($wget) || !defined($xzdec)) { - tlwarn("TLPDB::_install_data: programs not set up properly; hmm.\n"); - return(0); - } - if (ref $what) { # determine the root from where we install # if the first argument $self is a string, then it should be the -- cgit v1.2.3