Remove unused member variable of softc.

This commit is contained in:
Pyun YongHyeon 2009-12-17 19:48:54 +00:00
parent 5f8249ee7e
commit dd77a0532b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200644

View File

@ -181,7 +181,6 @@ struct vge_softc {
struct resource *vge_irq;
void *vge_intrhand;
device_t vge_miibus;
uint8_t vge_type;
int vge_if_flags;
int vge_phyaddr;
int vge_flags;