summaryrefslogtreecommitdiff
path: root/gdb/serial.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-20 15:30:18 +0000
committerTom Tromey <tromey@redhat.com>2012-12-20 15:30:18 +0000
commitcb902b250c7604ec2d42744d56fbebe43c69b474 (patch)
treedf0fe6b2a09759f582697a073d6b2f2aef3bb584 /gdb/serial.h
parentb123deccd98c75c9e005c1f11d4efd2bc9842661 (diff)
downloadgdb-cb902b250c7604ec2d42744d56fbebe43c69b474.tar.gz
* serial.c (deprecated_serial_fd): Remove.
* serial.h (deprecated_serial_fd): Remove.
Diffstat (limited to 'gdb/serial.h')
-rw-r--r--gdb/serial.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/serial.h b/gdb/serial.h
index b1640622295..84eaa5b13be 100644
--- a/gdb/serial.h
+++ b/gdb/serial.h
@@ -205,13 +205,6 @@ typedef void (serial_event_ftype) (struct serial *scb, void *context);
extern void serial_async (struct serial *scb,
serial_event_ftype *handler, void *context);
-/* Provide direct access to the underlying FD (if any) used to
- implement the serial device. This interface is clearly
- deprecated. Will call internal_error() if the operation isn't
- applicable to the current serial device. */
-
-extern int deprecated_serial_fd (struct serial *scb);
-
/* Trace/debug mechanism.
serial_debug() enables/disables internal debugging.