rec: Delete ununsed fields from mbbxDirect record types

LALM was being initialized but is not otherwise used.
This commit is contained in:
Andrew Johnson
2012-12-07 22:15:48 -06:00
parent 319ed9b394
commit 85ed3b9f4e
2 changed files with 0 additions and 2 deletions

View File

@@ -159,7 +159,6 @@ static long init_record(mbbiDirectRecord *prec, int pass)
refresh_bits(prec, 0);
}
prec->mlst = prec->val;
prec->lalm = prec->val;
prec->oraw = prec->rval;
return(0);
}

View File

@@ -142,7 +142,6 @@ static long init_record(mbboDirectRecord *prec, int pass)
} else if (status == 2) status = 0;
}
prec->mlst = prec->val;
prec->lalm = prec->val;
prec->oraw = prec->rval;
prec->orbv = prec->rbv;
return(status);