From 62eeb9278c759ccdab5e0c69f5b66df816904206 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 13 Nov 1999 20:32:49 +0000 Subject: [PATCH] It's in array.c now. --- ext/standard/basic_functions.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index f32fe23c5e..7e3687109f 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -64,7 +64,6 @@ static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_ /* uncomment this if/when we actually need it - tired of seeing the warning static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE }; */ -static pval **user_compare_func_name; static HashTable *user_shutdown_function_names; typedef struct _php_shutdown_function_entry { @@ -386,7 +385,6 @@ PHP_RINIT_FUNCTION(basic) return FAILURE; } #endif - user_compare_func_name=NULL; user_shutdown_function_names=NULL; return SUCCESS; } -- 2.40.0