diff options
Diffstat (limited to 'gdb/ser-base.h')
-rw-r--r-- | gdb/ser-base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ser-base.h b/gdb/ser-base.h index 25a6d9c..005f93c 100644 --- a/gdb/ser-base.h +++ b/gdb/ser-base.h @@ -26,7 +26,6 @@ struct ui_file; extern int generic_readchar (struct serial *scb, int timeout, int (*do_readchar) (struct serial *scb, int timeout)); -extern void reschedule (struct serial *scb); extern int ser_base_flush_output (struct serial *scb); extern int ser_base_flush_input (struct serial *scb); extern int ser_base_send_break (struct serial *scb); |