From 6b59220f90d5473cf35ec9808932bdc0e94d8b33 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 13 Dec 1989 13:09:10 +0000 Subject: [PATCH] removed declaration of unused variable --- modules/src/flt_arith/flt_flt2ar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/src/flt_arith/flt_flt2ar.c b/modules/src/flt_arith/flt_flt2ar.c index ed885b80..b6ecf39e 100644 --- a/modules/src/flt_arith/flt_flt2ar.c +++ b/modules/src/flt_arith/flt_flt2ar.c @@ -16,7 +16,6 @@ flt_flt2arith(e, uns) */ arith n; struct flt_mantissa a; - register int i; if (uns) uns = 1; flt_status = 0;