diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 9b002c6..323e79f 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -588,10 +588,7 @@ kill_command (char *arg, int from_tty) if (target_has_stack) { printf_filtered (_("In %s,\n"), target_longname); - if (deprecated_selected_frame == NULL) - fputs_filtered ("No selected stack frame.\n", gdb_stdout); - else - print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC); + print_stack_frame (get_selected_frame (NULL), 1, SRC_AND_LOC); } bfd_cache_close_all (); } |