aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/qbe.c b/qbe.c
index 1cb87c8..33d6b71 100644
--- a/qbe.c
+++ b/qbe.c
@@ -163,13 +163,6 @@ mkintconst(unsigned long long n)
return v;
}
-unsigned long long
-intconstvalue(struct value *v)
-{
- assert(v->kind == VALUE_INTCONST);
- return v->u.i;
-}
-
static struct value *
mkfltconst(int kind, double n)
{