Remove write only assignments and thus fix the build after struct bufarea

TAILQ conversion (r246812).
This commit is contained in:
Sergey Kandaurov 2013-02-15 09:10:01 +00:00
parent e2a55a0021
commit fa358104b1
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ printindir(ufs2_daddr_t blk, int level, char *bufp)
/* for the final indirect level, don't use the cache */
bp = &buf;
bp->b_un.b_buf = bufp;
bp->b_prev = bp->b_next = bp;
initbarea(bp);
getblk(bp, blk, sblock.fs_bsize);