From 6fddd95dcecfe80b4c2655c90cccf0f5505e1725 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Wed, 17 Jul 2019 17:05:54 +0000 Subject: [PATCH] removed an unused variable --- moo/lib/comp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/moo/lib/comp.c b/moo/lib/comp.c index 7ab90a8..99b6dec 100644 --- a/moo/lib/comp.c +++ b/moo/lib/comp.c @@ -1549,7 +1549,6 @@ static int get_numlit (moo_t* moo, int negated) { moo_iolxc_t period; moo_oow_t scale; - moo_iotok_type_t tok_type; fixed_point: scale = 0;