PR symtab/2161
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 9b002c69977be565657594c632711c1e457159ae..323e79f0221c5fb74fc574d1ffb9451264861adf 100644 (file)
@@ -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 ();
 }
This page took 0.022918 seconds and 4 git commands to generate.