diff options
Diffstat (limited to 'gdb/serial.c')
-rw-r--r-- | gdb/serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/serial.c b/gdb/serial.c index a2895d2..c6256fe 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -203,7 +203,6 @@ static struct serial *serial_open_ops_1 (const struct serial_ops *ops, struct serial * serial_open (const char *name) { - struct serial *scb; const struct serial_ops *ops; const char *open_name = name; |