diff options
-rw-r--r-- | ext/standard/basic_functions.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 4f2a512853..b908e96a41 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -655,10 +655,6 @@ void php3_key_sort(INTERNAL_FUNCTION_PARAMETERS) } -/* the current implementation of count() is a definite example of what - * user functions should NOT look like. It's a hack, until we get - * unset() to work right in 3.1 - */ void php3_count(INTERNAL_FUNCTION_PARAMETERS) { pval *array; |