reverse-finish: turn internal error into normal error
[deliverable/binutils-gdb.git] / gdb / target.c
index 91756c874507434808bf912ef416e75900b93f29..c9c5e4b83e0f0ba23e74c373d8a954aeec531c5c 100644 (file)
@@ -3442,23 +3442,6 @@ target_stop_recording (void)
 
 /* See target.h.  */
 
-void
-target_info_record (void)
-{
-  struct target_ops *t;
-
-  for (t = current_target.beneath; t != NULL; t = t->beneath)
-    if (t->to_info_record != NULL)
-      {
-       t->to_info_record (t);
-       return;
-      }
-
-  tcomplain ();
-}
-
-/* See target.h.  */
-
 void
 target_save_record (const char *filename)
 {
This page took 0.023973 seconds and 4 git commands to generate.