From d049b24dfd22baefcc2bd1d57fb6d625b4cafafd Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 16 May 2004 15:39:07 +0000 Subject: [PATCH] - Fix #1330, unused variable --- pear/PEAR/Command/Install.php | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.50.1