Remove an unused declaration.

This commit is contained in:
Alan Cox 2003-04-26 08:36:06 +00:00
parent af3e0bb202
commit adf4e1d58a

View File

@ -366,7 +366,6 @@ extern int desiredvnodes; /* number of vnodes desired */
extern struct uma_zone *namei_zone;
extern int prtactive; /* nonzero to call vprint() */
extern struct vattr va_null; /* predefined null vattr structure */
extern int vfs_ioopt;
/*
* Macro/function to check for client cache inconsistency w.r.t. leasing.