Removed an unused devfs variable again.

Added $Id$.
This commit is contained in:
Bruce Evans 1996-03-28 15:25:43 +00:00
parent cf78fc4129
commit f953dd01c8
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,8 @@
*
* from: Utah Hdr: vn.c 1.13 94/04/02
*
* @(#)vn.c 8.6 (Berkeley) 4/1/94
* from: @(#)vn.c 8.6 (Berkeley) 4/1/94
* $Id$
*/
/*
@ -624,7 +625,6 @@ vn_drvinit(void *unused)
dev_t dev;
#ifdef DEVFS
int mynor;
char name[32];
int unit;
struct vn_softc *vn;
#endif