From: Thies C. Arntzen Date: Tue, 3 Sep 2002 13:53:05 +0000 (+0000) Subject: nuke unneeded stuff X-Git-Tag: RELEASE_0_91~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db92641e32f5bb754fc9182a44c62696b7e103ce;p=php nuke unneeded stuff --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 851a94f147..e01e50d61b 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -1332,7 +1332,6 @@ ZEND_FUNCTION(debug_backtrace) if (ptr->object) { class_name = Z_OBJCE(*ptr->object)->name; call_type = "->"; - add_assoc_string_ex(stack_frame, "type", sizeof("type"), "->", 1); } else if (ptr->function_state.function->common.scope) { class_name = ptr->function_state.function->common.scope->name; call_type = "::";