diff --git a/tccgen.c b/tccgen.c index a48ca2b..6c8faa6 100644 --- a/tccgen.c +++ b/tccgen.c @@ -4054,11 +4054,9 @@ static void expr_type(CType *type) static void unary_type(CType *type) { int a; - void *vtop_saved; a = nocode_wanted; nocode_wanted = 1; - vtop_saved = vtop; unary(); *type = vtop->type; vpop();