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 /init.c | |
parent | 8ee2279ef9762143491de515ac414166feb31248 (diff) |
Remove some unused variables
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |