]> granicus.if.org Git - php/commitdiff
It's in array.c now.
authorAndrei Zmievski <andrei@php.net>
Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 13 Nov 1999 20:32:49 +0000 (20:32 +0000)
ext/standard/basic_functions.c

index f32fe23c5e4dd338f88d6aa5f9df9521495adcaf..7e3687109fe14c66f4b9c8110b0cc2491c8d287d 100644 (file)
@@ -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;
 }