From: ceriel Date: Wed, 13 Dec 1989 13:09:10 +0000 (+0000) Subject: removed declaration of unused variable X-Git-Tag: release-5-5~2009 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e891b36895cfff48056ebffda9cde33558106af7;p=ack.git removed declaration of unused variable --- diff --git a/modules/src/flt_arith/flt_flt2ar.c b/modules/src/flt_arith/flt_flt2ar.c index ed885b80b..b6ecf39ee 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;