mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix warning when compiling with gcc46:
error: variable 'c' set but not used Approved by: dim MFC after: 3 days
This commit is contained in:
parent
dc70efcef7
commit
08084125ee
1 changed files with 0 additions and 2 deletions
|
|
@ -989,9 +989,7 @@ void
|
|||
iput(union dinode *ip, ino_t ino)
|
||||
{
|
||||
ufs2_daddr_t d;
|
||||
int c;
|
||||
|
||||
c = ino_to_cg(&sblock, ino);
|
||||
bread(&disk, part_ofs + fsbtodb(&sblock, cgtod(&sblock, 0)), (char *)&acg,
|
||||
sblock.fs_cgsize);
|
||||
if (acg.cg_magic != CG_MAGIC) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue