remove unnecessary notice generator in certain cases

This commit is contained in:
Greg Beaver 2003-12-03 23:00:05 +00:00
parent 4ffdb4253a
commit 577cf36f91

View File

@ -404,7 +404,6 @@ class PEAR_Downloader extends PEAR_Common
$this->log(0, "Package '{$curinfo['package']}' already installed, skipping");
return false;
}
$curver = $curinfo['version'];
$releases = $this->_remote->call('package.info', $pkgfile, 'releases');
if (!count($releases)) {
return $this->raiseError("No releases found for package '$pkgfile'");