]> granicus.if.org Git - php/commitdiff
nuke unneeded stuff
authorThies C. Arntzen <thies@php.net>
Tue, 3 Sep 2002 13:53:05 +0000 (13:53 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 3 Sep 2002 13:53:05 +0000 (13:53 +0000)
Zend/zend_builtin_functions.c

index 851a94f14737b95b5cf07fde36bf1069c4e02377..e01e50d61b3f9d6f15456d98477d9419cf305f68 100644 (file)
@@ -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 = "::";