Assume termios is available, remove support for termio and sgtty
[deliverable/binutils-gdb.git] / gdb / serial.c
index 686654913073062e7e62aa5149ab97d0fd155983..32d4f5a7bb2c39fdcbd799f98f30a43c93e64083 100644 (file)
@@ -513,14 +513,6 @@ serial_print_tty_state (struct serial *scb,
   scb->ops->print_tty_state (scb, ttystate, stream);
 }
 
-int
-serial_noflush_set_tty_state (struct serial *scb,
-                             serial_ttystate new_ttystate,
-                             serial_ttystate old_ttystate)
-{
-  return scb->ops->noflush_set_tty_state (scb, new_ttystate, old_ttystate);
-}
-
 int
 serial_setbaudrate (struct serial *scb, int rate)
 {
This page took 0.0253100000000001 seconds and 4 git commands to generate.