Nothing ever uses this.
gdb/ChangeLog:
2015-09-09 Pedro Alves <palves@redhat.com>
* inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
* target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2015-09-09 Pedro Alves <palves@redhat.com>
+ * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
+ * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
+
+2015-09-09 Pedro Alves <palves@redhat.com>
+
* continuations.c (add_continuation, restore_thread_cleanup)
(do_all_continuations_ptid, do_all_continuations_thread_callback)
(do_all_continuations_thread, do_all_continuations)
}
break;
- case INF_TIMER:
default:
printf_unfiltered (_("Event type not recognized.\n"));
break;
/* Process a normal inferior event which will result in target_wait
being called. */
INF_REG_EVENT,
- /* We are called because a timer went off. */
- INF_TIMER,
/* We are called to do stuff after the inferior stops. */
INF_EXEC_COMPLETE,
};