1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

remove prototype for removed bufcache_gethighcleanbuf()

This commit is contained in:
jsg
2026-06-12 06:34:19 +00:00
parent 9e18560c5a
commit 315a7459da
+1 -2
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: vfs_bio.c,v 1.218 2026/06/10 00:04:38 beck Exp $ */
/* $OpenBSD: vfs_bio.c,v 1.219 2026/06/12 06:34:19 jsg Exp $ */
/* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */
/*
@@ -65,7 +65,6 @@ int needbuffer;
/* private bufcache functions */
void bufcache_init(void);
void bufcache_adjust(void);
struct buf *bufcache_gethighcleanbuf(void);
/*
* Buffer pool for I/O buffers.