summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2002-09-03 13:53:05 +0000
committerThies C. Arntzen <thies@php.net>2002-09-03 13:53:05 +0000
commitdb92641e32f5bb754fc9182a44c62696b7e103ce (patch)
treee700bb8133681db2a46e7ab63195d6b387410fea /Zend
parent1c52f18fa2ae56148bdaa43edb4ae9f7375156b7 (diff)
downloadphp-git-db92641e32f5bb754fc9182a44c62696b7e103ce.tar.gz
nuke unneeded stuff
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_builtin_functions.c1
1 files changed, 0 insertions, 1 deletions
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 = "::";