removed unused variables

This commit is contained in:
ceriel 1990-01-18 10:59:04 +00:00
parent bcf2aa511c
commit 531f9b1f77

View file

@ -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);