From 80b6a61199c8c8458ce45222521a96f726fe7430 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 5 Feb 2013 03:23:56 +0000 Subject: [PATCH] ext2fs: Remove unused em_e2fsb definition.. Submitted by: Christoph Mallon MFC after: 2 weeks --- sys/fs/ext2fs/ext2_mount.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/fs/ext2fs/ext2_mount.h b/sys/fs/ext2fs/ext2_mount.h index f9952673271e..7c598f690734 100644 --- a/sys/fs/ext2fs/ext2_mount.h +++ b/sys/fs/ext2fs/ext2_mount.h @@ -48,7 +48,6 @@ struct ext2mount { struct vnode *um_devvp; /* block device mounted vnode */ struct m_ext2fs *um_e2fs; /* EXT2FS */ -#define em_e2fsb um_e2fs->e2fs u_long um_nindir; /* indirect ptrs per block */ u_long um_bptrtodb; /* indir ptr to disk block */