diff options
author | phk <phk@FreeBSD.org> | 2004-10-14 18:37:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-10-14 18:37:59 +0000 |
commit | 7706490f31a37d24331e7ccbf54a5fcca6881f7e (patch) | |
tree | 16c25080aa221daaedba8dab757f4a99bbb15a88 /sys/dev/digi | |
parent | f2eeaa890f83fbc054dcc47aeb2b77ad76fc030a (diff) | |
download | FreeBSD-src-7706490f31a37d24331e7ccbf54a5fcca6881f7e.zip FreeBSD-src-7706490f31a37d24331e7ccbf54a5fcca6881f7e.tar.gz |
Remove unused ttys field.
Spotted by: Peter Jeremy <PeterJeremy@optushome.com.au>
Diffstat (limited to 'sys/dev/digi')
-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; |