diff options
Diffstat (limited to 'gdb/serial.h')
-rw-r--r-- | gdb/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/serial.h b/gdb/serial.h index 02a3b2d..8ba8ae6 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -232,8 +232,6 @@ struct serial still need to wait for this many more seconds. */ char *name; /* The name of the device or host */ - struct serial *next; /* Pointer to the next `struct serial *' */ - int refcnt; /* Number of pointers to this block */ int debug_p; /* Trace this serial devices operation. */ int async_state; /* Async internal state. */ void *async_context; /* Async event thread's context */ |