aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-20 22:37:13 -0800
committerMichael Forney <mforney@mforney.org>2019-02-20 22:45:49 -0800
commit401e6908a859b46da5c8d8059ccc58c189cd4a26 (patch)
treec7801de030c694f2e66bbabe9277dfb55a2f7dff /init.c
parent8ee2279ef9762143491de515ac414166feb31248 (diff)
Remove some unused variables
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.c b/init.c
index f6021a7..6cba4b4 100644
--- a/init.c
+++ b/init.c
@@ -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;