From 89a56a139bc7d2247f4e0d6b31eb1a4b8ee383e7 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 12 May 1999 17:29:51 +0000 Subject: [PATCH] It's been there long enough. --- ext/standard/basic_functions.c | 4 ---- 1 file changed, 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; -- 2.50.1