Removing unsused variable.

This commit is contained in:
jperras 2009-04-10 10:34:36 -04:00
parent 5f035ca340
commit dd55afe57f

View file

@ -188,14 +188,6 @@ class Inflector extends Object {
* @access private
**/
var $pluralized = array();
/**
* List of pluralization rules in the form of pattern => replacement.
*
* @var array
* @access public
* @link http://book.cakephp.org/view/47/Custom-Inflections
**/
var $rules = array();
/**
* Cached array identity map of singularized words.
*