From 3556b3d1c8fa6282a0dcc0764e5d8cf619333800 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 12 Feb 2019 15:31:40 -0800 Subject: Remove unused variable --- qbe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qbe.c b/qbe.c index 77bf0f9..719d0a0 100644 --- a/qbe.c +++ b/qbe.c @@ -496,7 +496,6 @@ utof(struct function *f, struct representation *r, struct value *v) static struct value * ftou(struct function *f, struct representation *r, struct value *v) { - uint64_t max = 1ull << ((32 << (r->base == 'l')) - 1); struct value *big, *phi[5] = {0}, *join, *maxflt, *maxint; enum instructionkind op = v->repr->base == 's' ? ISTOSI : IDTOSI; -- cgit v1.2.3