removed declaration of unused variable
This commit is contained in:
parent
8790a879c9
commit
e891b36895
|
@ -16,7 +16,6 @@ flt_flt2arith(e, uns)
|
||||||
*/
|
*/
|
||||||
arith n;
|
arith n;
|
||||||
struct flt_mantissa a;
|
struct flt_mantissa a;
|
||||||
register int i;
|
|
||||||
|
|
||||||
if (uns) uns = 1;
|
if (uns) uns = 1;
|
||||||
flt_status = 0;
|
flt_status = 0;
|
||||||
|
|
Loading…
Reference in a new issue