reverse-finish: turn internal error into normal error
[deliverable/binutils-gdb.git] / gdb / record.c
index acdbc1a0a5053b04900443c2c157a3179c3842ff..ff54a8bd0da659e1360c8b8d9b68051b4cd195fb 100644 (file)
@@ -285,8 +285,7 @@ info_record_command (char *args, int from_tty)
     }
 
   printf_filtered (_("Active record target: %s\n"), t->to_shortname);
-  if (t->to_info_record != NULL)
-    t->to_info_record (t);
+  t->to_info_record (t);
 }
 
 /* The "record save" command.  */
This page took 0.023499 seconds and 4 git commands to generate.