diff options
| author | 2022-08-04 11:06:18 +0200 | |
|---|---|---|
| committer | 2022-08-04 11:06:18 +0200 | |
| commit | 8a5bde697364ca301c14471196d137c3a53c25fa (patch) | |
| tree | b384e8d6f731825866cea2c064bfa2f277a61559 /bootstrap/fold.c | |
| parent | 9ea0806f5fff042a20bc0df9798feeebc4a427bf (diff) | |
oops
Diffstat (limited to 'bootstrap/fold.c')
| -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)) |