Remove unused ttys field.

Spotted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
This commit is contained in:
Poul-Henning Kamp 2004-10-14 18:37:59 +00:00
parent fffc55152b
commit 1919daf339
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136516

View File

@ -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;