* $this->destdir is not used

This commit is contained in:
Stig Bakken 2002-10-10 00:57:15 +00:00
parent bc8cea056b
commit 2394021765

View File

@ -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'];