Removing deprecated and unused class property.

This commit is contained in:
Mark Story 2010-01-28 13:30:55 -05:00
parent e8be5bac8d
commit 38365924eb

View file

@ -26,12 +26,6 @@
*/ */
class Set { 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 * 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) * to the two is that if an array key contains another array then the function behaves recursive (unlike array_merge)