Skip to content

Commit d1bf5b8

Browse files
committed
Remove superfluous check
1 parent 17a5b8a commit d1bf5b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/develop/stack.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,6 @@ static void zval_from_stack_add_frame(zval *output, function_stack_entry *fse, z
381381
{
382382
zval *frame;
383383

384-
if (fse->function.function) {
385-
if (strcmp(fse->function.function, "xdebug_get_function_stack") == 0) {
386-
return;
387-
}
388-
}
389-
390384
/* Initialize frame array */
391385
XDEBUG_MAKE_STD_ZVAL(frame);
392386
array_init(frame);

0 commit comments

Comments
 (0)