diff options
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_lookup.c')
-rw-r--r-- | sys/gnu/fs/ext2fs/ext2_lookup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_lookup.c b/sys/gnu/fs/ext2fs/ext2_lookup.c index 022f6d7..caa16ef 100644 --- a/sys/gnu/fs/ext2fs/ext2_lookup.c +++ b/sys/gnu/fs/ext2fs/ext2_lookup.c @@ -974,7 +974,6 @@ ext2_dirempty(ip, parentino, cred) struct dirtemplate dbuf; register struct ext2_dir_entry *dp = (struct ext2_dir_entry *)&dbuf; int error, count, namlen; - int DIRBLKSIZ = ip->i_e2fs->s_blocksize; #define MINDIRSIZ (sizeof (struct dirtemplate) / 2) |