From b069bcfea86b2f0eee8cb0b9e7757922e2a68275 Mon Sep 17 00:00:00 2001 From: biouman Date: Sat, 28 Apr 2001 23:32:41 +0000 Subject: *** empty log message *** --- lib/pile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/pile.c') diff --git a/lib/pile.c b/lib/pile.c index 6ad8c71..f6760a0 100644 --- a/lib/pile.c +++ b/lib/pile.c @@ -29,7 +29,6 @@ void push_pile(char *st) double d_number; polynome poly; char buf[128]; - rationnel rat; sprintf(buf,"appel à push_pile(%s)",st); pushcontext(buf); @@ -37,7 +36,6 @@ void push_pile(char *st) d_number = char_to_double(st, &valid2); valid3 = is_mute(st); poly = (polynome) NomVarToVar(st, variables, &valid4); - if (valid1) { /* il s agit d un entier */ pushcontext("c est un entier"); push_pile_poly(ply_constr(rat_constr(i_number, 1), 0)); -- cgit v1.2.3