From 531f9b1f770155b7fca3e06d2b0c993b10267229 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 65316315c..e9f8eb152 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); -- 2.34.1