remove unused UNREACHABLE()
This commit is contained in:
parent
f922a7a0cd
commit
4f957b6cc5
|
@ -397,7 +397,6 @@ macroexpand_node(pic_state *pic, pic_value expr, struct pic_senv *senv)
|
|||
default:
|
||||
return expr;
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
static pic_value
|
||||
|
|
Loading…
Reference in New Issue