aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/buf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index c485e384ed64..e5607b54e267 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -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 */