- Remove useless property

This commit is contained in:
Pierre Joye 2004-01-26 00:57:30 +00:00
parent 477de56f71
commit f9bfd58bd7

View File

@ -148,12 +148,6 @@ class PEAR_Common extends PEAR
* @access private
*/
var $_packageSortTree;
/**
* Temporary variable used to store the current package name
* @var string
* @access private
*/
var $_validPackageName;
// }}}