From: Pierre Joye Date: Sun, 16 May 2004 15:39:07 +0000 (+0000) Subject: - Fix #1330, unused variable X-Git-Tag: RELEASE_0_1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d049b24dfd22baefcc2bd1d57fb6d625b4cafafd;p=php - Fix #1330, unused variable --- diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 301749f7ae..f804a838e3 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -303,7 +303,6 @@ package if needed. $downloaded = $this->downloader->getDownloadedPackages(); $this->installer->sortPkgDeps($downloaded); foreach ($downloaded as $pkg) { - $bn = basename($pkg['file']); $info = $this->installer->install($pkg['file'], $options, $this->config); if (is_array($info)) { if ($this->config->get('verbose') > 0) {