diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-20 15:30:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-20 15:30:25 +0000 |
commit | 29f5339515927dd3928d88ce5d270f0ffda4bf3a (patch) | |
tree | 4ffc384b05564302343eff383670730b5438c1a6 /gdb/serial.h | |
parent | 27210e125838a89133680ce2e87c0b9ae4844601 (diff) | |
download | gdb-29f5339515927dd3928d88ce5d270f0ffda4bf3a.zip gdb-29f5339515927dd3928d88ce5d270f0ffda4bf3a.tar.gz gdb-29f5339515927dd3928d88ce5d270f0ffda4bf3a.tar.bz2 |
* serial.c (deprecated_serial_fd): Remove.
* serial.h (deprecated_serial_fd): Remove.
Diffstat (limited to 'gdb/serial.h')
-rw-r--r-- | gdb/serial.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/serial.h b/gdb/serial.h index b164062..84eaa5b 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. |