diff options
| author | Michael Forney <mforney@mforney.org> | 2019-02-20 22:37:13 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-02-20 22:45:49 -0800 |
| commit | 401e6908a859b46da5c8d8059ccc58c189cd4a26 (patch) | |
| tree | c7801de030c694f2e66bbabe9277dfb55a2f7dff | |
| parent | 8ee2279ef9762143491de515ac414166feb31248 (diff) | |
| download | cproc-401e6908a859b46da5c8d8059ccc58c189cd4a26.tar.xz | |
Remove some unused variables
| -rw-r--r-- | eval.c | 1 | ||||
| -rw-r--r-- | expr.c | 1 | ||||
| -rw-r--r-- | init.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -74,7 +74,6 @@ eval(struct expression *expr) { struct expression *l, *r, *c; struct declaration *d; - int op; switch (expr->kind) { case EXPRIDENT: @@ -405,7 +405,6 @@ postfixexpr(struct scope *s, struct expression *r) struct type *t; enum typequalifier tq; struct parameter *p; - struct member *m; char *name; uint64_t offset; enum tokenkind op; @@ -119,7 +119,6 @@ static void designator(struct scope *s, struct initparser *p) { struct type *t; - uint64_t offset; char *name; p->sub = p->cur; |
