diff options
-rw-r--r-- | pear/PEAR/Common.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index ecc3a500b7..3329fc6b6e 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -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; // }}} |