summaryrefslogtreecommitdiff
path: root/gdb/serial.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-20 15:30:25 +0000
committerTom Tromey <tromey@redhat.com>2012-12-20 15:30:25 +0000
commit29f5339515927dd3928d88ce5d270f0ffda4bf3a (patch)
tree4ffc384b05564302343eff383670730b5438c1a6 /gdb/serial.h
parent27210e125838a89133680ce2e87c0b9ae4844601 (diff)
* 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 b164062229..84eaa5b13b 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.