removed unused variables
This commit is contained in:
parent
bcf2aa511c
commit
531f9b1f77
|
@ -11,8 +11,6 @@ int
|
||||||
flt_cmp(e1, e2)
|
flt_cmp(e1, e2)
|
||||||
register flt_arith *e1, *e2;
|
register flt_arith *e1, *e2;
|
||||||
{
|
{
|
||||||
int sign;
|
|
||||||
int tmp;
|
|
||||||
flt_arith x;
|
flt_arith x;
|
||||||
|
|
||||||
flt_sub(e1, e2, &x);
|
flt_sub(e1, e2, &x);
|
||||||
|
|
Loading…
Reference in a new issue