summaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_extern.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_extern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_extern.h b/sys/gnu/fs/ext2fs/ext2_extern.h
index c7a38be20280..69340c85a38e 100644
--- a/sys/gnu/fs/ext2fs/ext2_extern.h
+++ b/sys/gnu/fs/ext2fs/ext2_extern.h
@@ -99,10 +99,6 @@ void mark_buffer_dirty __P((struct buf *bh));
*/
#define IS_EXT2_VNODE(vp) (vp->v_mount->mnt_stat.f_type == MOUNT_EXT2FS)
-#ifdef DIAGNOSTIC
-void ext2_checkoverlap __P((struct buf *, struct inode *));
-#endif
-
extern vop_t **ext2_vnodeop_p;
extern vop_t **ext2_specop_p;
extern vop_t **ext2_fifoop_p;