summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-12 17:29:51 +0000
committerAndrey Hristov <andrey@php.net>1999-05-12 17:29:51 +0000
commit89a56a139bc7d2247f4e0d6b31eb1a4b8ee383e7 (patch)
treef2a89745f43b72ecab6612539ce82f3befb8f254
parent6c2c3a958726ee5af928314b6cf61c6a33e5910d (diff)
downloadphp-git-89a56a139bc7d2247f4e0d6b31eb1a4b8ee383e7.tar.gz
It's been there long enough.
-rw-r--r--ext/standard/basic_functions.c4
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;