diff options
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r-- | gdb/ser-unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 1f1372b..d8e4294 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -912,7 +912,6 @@ _initialize_ser_hardwire (void) memset (ops, 0, sizeof (struct serial_ops)); ops->name = "hardwire"; - ops->next = 0; ops->open = hardwire_open; ops->close = hardwire_close; /* FIXME: Don't replace this with the equivalent ser_base*() until |