2008-12-05 Pedro Alves * infcmd.c (step_once): Remove dead code. --- gdb/infcmd.c | 2 -- 1 file changed, 2 deletions(-) Index: src/gdb/infcmd.c =================================================================== --- src.orig/gdb/infcmd.c 2008-12-05 01:57:41.000000000 +0000 +++ src/gdb/infcmd.c 2008-12-05 02:00:17.000000000 +0000 @@ -928,8 +928,6 @@ step_once (int skip_subroutines, int sin clear_proceed_status (); frame = get_current_frame (); - if (!frame) /* Avoid coredump here. Why tho? */ - error (_("No current frame")); tp->step_frame_id = get_frame_id (frame); if (!single_inst)