]> granicus.if.org Git - php/commitdiff
remove dead code
authorStanislav Malyshev <stas@php.net>
Wed, 4 Sep 2002 15:04:39 +0000 (15:04 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 4 Sep 2002 15:04:39 +0000 (15:04 +0000)
Zend/zend_object_handlers.c

index b299f6e74c3c185a23a7f58b7a9be57f47b67903..caae823cc9ffd4aaeba8156e289e93f4e6528ea8 100644 (file)
@@ -322,11 +322,6 @@ static void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS)
        INIT_PZVAL(method_args_ptr);
        array_init(method_args_ptr);
 
-//     method_result_ptr = &method_result;
-//     method_result.is_ref = 0;
-//     method_result.refcount = 1;
-//     ZVAL_NULL(method_result_ptr);
-       
        for(i=0; i<ZEND_NUM_ARGS(); i++) {
                zval_add_ref(args[i]);
                add_next_index_zval(method_args_ptr, *args[i]);