Remove unused variable.

Pointed out by:	bde
This commit is contained in:
Dmitrij Tejblum 1998-09-13 15:40:31 +00:00
parent e27b047ccf
commit 5d3e2869e5
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_lookup.c,v 1.24 1998/05/17 21:18:08 dt Exp $ */
/* $Id: msdosfs_lookup.c,v 1.25 1998/05/18 10:24:26 dt Exp $ */
/* $NetBSD: msdosfs_lookup.c,v 1.37 1997/11/17 15:36:54 ws Exp $ */
/*-
@ -857,9 +857,7 @@ readep(pmp, dirclust, diroffset, bpp, epp)
int error;
daddr_t bn;
int blsize;
u_long boff;
boff = diroffset & ~pmp->pm_crbomask;
blsize = pmp->pm_bpcluster;
if (dirclust == MSDOSFSROOT
&& de_blk(pmp, diroffset + blsize) > pmp->pm_rootdirsize)

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_lookup.c,v 1.24 1998/05/17 21:18:08 dt Exp $ */
/* $Id: msdosfs_lookup.c,v 1.25 1998/05/18 10:24:26 dt Exp $ */
/* $NetBSD: msdosfs_lookup.c,v 1.37 1997/11/17 15:36:54 ws Exp $ */
/*-
@ -857,9 +857,7 @@ readep(pmp, dirclust, diroffset, bpp, epp)
int error;
daddr_t bn;
int blsize;
u_long boff;
boff = diroffset & ~pmp->pm_crbomask;
blsize = pmp->pm_bpcluster;
if (dirclust == MSDOSFSROOT
&& de_blk(pmp, diroffset + blsize) > pmp->pm_rootdirsize)