From 7d614d6ade5bef07f13b3783fc1d632ab7be869f Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 18 Jan 1990 10:59:04 +0000 Subject: [PATCH] removed unused variables --- modules/src/flt_arith/flt_cmp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/src/flt_arith/flt_cmp.c b/modules/src/flt_arith/flt_cmp.c index 65316315..e9f8eb15 100644 --- a/modules/src/flt_arith/flt_cmp.c +++ b/modules/src/flt_arith/flt_cmp.c @@ -11,8 +11,6 @@ int flt_cmp(e1, e2) register flt_arith *e1, *e2; { - int sign; - int tmp; flt_arith x; flt_sub(e1, e2, &x);