diff options
| -rw-r--r-- | bootstrap/fold.c | 3 |
1 files changed, 1 insertions, 2 deletions
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)) |