diff options
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 8aecfe6..aac936f 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -80,7 +80,6 @@ inferior_event_handler (enum inferior_event_type event_type, } break; - case INF_TIMER: default: printf_unfiltered (_("Event type not recognized.\n")); break; |