diff options
| author | Pierre Joye <pajoye@php.net> | 2004-05-16 15:39:07 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2004-05-16 15:39:07 +0000 |
| commit | d049b24dfd22baefcc2bd1d57fb6d625b4cafafd (patch) | |
| tree | 60bf8cd2e10d695518e5c9d1a4cb3eecb0e51dd0 | |
| parent | 59727034b7a7ec425780e4ede9c2377bed86e5f3 (diff) | |
| download | php-git-d049b24dfd22baefcc2bd1d57fb6d625b4cafafd.tar.gz | |
- Fix #1330, unused variable
| -rw-r--r-- | pear/PEAR/Command/Install.php | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
