Removed unused & empty bufstats() function.

This commit is contained in:
David Greenman 1995-04-16 12:02:42 +00:00
parent 8c3d9c403c
commit 5baf11ce97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7880

View File

@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
* $Id: vfs_bio.c,v 1.40 1995/04/16 05:11:14 davidg Exp $
* $Id: vfs_bio.c,v 1.41 1995/04/16 11:45:30 davidg Exp $
*/
/*
@ -1396,8 +1396,3 @@ vm_hold_free_pages(struct buf * bp, vm_offset_t froma, vm_offset_t toa)
--bp->b_npages;
}
}
void
bufstats()
{
}