]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/serial.c
Remove some unused variables
[thirdparty/binutils-gdb.git] / gdb / serial.c
index a2895d26e8434474d12924ea9083e90aaca15e07..c6256fe37e95d4e5a44629f03399f91ffce76fa6 100644 (file)
@@ -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;