mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Removed unused & empty bufstats() function.
This commit is contained in:
parent
8c3d9c403c
commit
5baf11ce97
1 changed files with 1 additions and 6 deletions
|
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue