From e891b36895cfff48056ebffda9cde33558106af7 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 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; -- 2.34.1