This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 7/7] Delete enum inferior_event_handler::INF_TIMER
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 18 Aug 2015 12:22:35 +0100
- Subject: Re: [PATCH 7/7] Delete enum inferior_event_handler::INF_TIMER
- Authentication-results: sourceware.org; auth=none
- References: <1439398917-22761-1-git-send-email-palves at redhat dot com> <1439398917-22761-8-git-send-email-palves at redhat dot com>
Pedro Alves <palves@redhat.com> writes:
> gdb/ChangeLog:
> 2015-08-12 Pedro Alves <palves@redhat.com>
>
> * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
> * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
It looks good to me. It can go in separately, since it is a cleanup and
not dependent on other patches in this series.
--
Yao (éå)