diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/digi/digi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index fac69d2..7be171b 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.h @@ -163,7 +163,6 @@ struct digi_softc { #endif struct digi_p *ports; /* pointer to array of port descriptors */ - struct tty *ttys; /* pointer to array of TTY structures */ volatile struct global_data *gdata; u_char window; /* saved window */ int win_size; |