Remove prototypes missed in r303951.

This commit is contained in:
Mark Johnston 2016-08-16 19:43:17 +00:00
parent 948137db10
commit 915a263ea2

View File

@ -536,9 +536,6 @@ void reassignbuf(struct buf *);
struct buf *trypbuf(int *);
void bwait(struct buf *, u_char, const char *);
void bdone(struct buf *);
void bpin(struct buf *);
void bunpin(struct buf *);
void bunpin_wait(struct buf *);
#endif /* _KERNEL */