diff options
Diffstat (limited to 'gdb/ser-base.c')
-rw-r--r-- | gdb/ser-base.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/ser-base.c b/gdb/ser-base.c index 2bfe82b..3262dcc 100644 --- a/gdb/ser-base.c +++ b/gdb/ser-base.c @@ -551,14 +551,6 @@ ser_base_set_tty_state (struct serial *scb, serial_ttystate ttystate) return 0; } -int -ser_base_noflush_set_tty_state (struct serial *scb, - serial_ttystate new_ttystate, - serial_ttystate old_ttystate) -{ - return 0; -} - void ser_base_print_tty_state (struct serial *scb, serial_ttystate ttystate, |