diff --git a/cake/libs/set.php b/cake/libs/set.php index 43f166316..9f0bc2ef2 100644 --- a/cake/libs/set.php +++ b/cake/libs/set.php @@ -26,12 +26,6 @@ */ class Set { -/** - * Deprecated - * - */ - var $value = array(); - /** * This function can be thought of as a hybrid between PHP's array_merge and array_merge_recursive. The difference * to the two is that if an array key contains another array then the function behaves recursive (unlike array_merge)