diff options
author | Stig Bakken <ssb@php.net> | 2002-10-10 00:57:15 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-10-10 00:57:15 +0000 |
commit | 23940217656e5c986b1c39b3447b22dd51681a4e (patch) | |
tree | 5bbeae6964852918f0bb0c54747ba5c30e5115f7 /pear | |
parent | bc8cea056b2a9c493f630f3fc594af9c5a722715 (diff) | |
download | php-git-23940217656e5c986b1c39b3447b22dd51681a4e.tar.gz |
* $this->destdir is not used
Diffstat (limited to 'pear')
-rw-r--r-- | pear/PEAR/Common.php | 1 |
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']; |