mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Eliminate some unused declarations.
This commit is contained in:
parent
33327b9e9b
commit
bed229c902
1 changed files with 0 additions and 3 deletions
|
|
@ -466,10 +466,7 @@ extern int dirtybufthresh;
|
|||
extern int bdwriteskip;
|
||||
extern int dirtybufferflushes;
|
||||
extern int altbufferflushes;
|
||||
extern int buf_maxio; /* nominal maximum I/O for buffer */
|
||||
extern struct buf *buf; /* The buffer headers. */
|
||||
extern char *buffers; /* The buffer contents. */
|
||||
extern int bufpages; /* Number of memory pages in the buffer pool. */
|
||||
extern struct buf *swbuf; /* Swap I/O buffer headers. */
|
||||
extern int nswbuf; /* Number of swap I/O buffer headers. */
|
||||
extern int cluster_pbuf_freecnt; /* Number of pbufs for clusters */
|
||||
|
|
|
|||
Loading…
Reference in a new issue