summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-10-10 00:57:15 +0000
committerStig Bakken <ssb@php.net>2002-10-10 00:57:15 +0000
commit23940217656e5c986b1c39b3447b22dd51681a4e (patch)
tree5bbeae6964852918f0bb0c54747ba5c30e5115f7 /pear
parentbc8cea056b2a9c493f630f3fc594af9c5a722715 (diff)
downloadphp-git-23940217656e5c986b1c39b3447b22dd51681a4e.tar.gz
* $this->destdir is not used
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR/Common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php
index 46d5eb34bb..4dd0f679f7 100644
--- a/pear/PEAR/Common.php
+++ b/pear/PEAR/Common.php
@@ -772,7 +772,6 @@ class PEAR_Common extends PEAR
$this->element_stack = array();
$this->pkginfo = array();
$this->current_element = false;
- $this->destdir = '';
unset($this->dir_install);
$this->pkginfo['filelist'] = array();
$this->filelist =& $this->pkginfo['filelist'];