From db92641e32f5bb754fc9182a44c62696b7e103ce Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 3 Sep 2002 13:53:05 +0000 Subject: nuke unneeded stuff --- Zend/zend_builtin_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Zend/zend_builtin_functions.c') 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 = "::"; -- cgit v1.2.1