From 8a5bde697364ca301c14471196d137c3a53c25fa Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 4 Aug 2022 11:06:18 +0200 Subject: oops --- bootstrap/fold.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap/fold.c') diff --git a/bootstrap/fold.c b/bootstrap/fold.c index 6a62359..dfd6509 100644 --- a/bootstrap/fold.c +++ b/bootstrap/fold.c @@ -182,8 +182,7 @@ fcond(struct expr *ex) { static void findex(struct expr *ex) { - struct expr *ty = ex->ty, - *l = ex->index.lhs, + struct expr *l = ex->index.lhs, *r = ex->index.rhs; if (!fold(l) || !fold(r)) -- cgit v1.2.3