diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index 597a619..da18f99 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -122,8 +122,6 @@ enum inferior_event_type /* 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, }; |