remove unused UNREACHABLE()

This commit is contained in:
Yuichi Nishiwaki 2014-07-26 14:57:25 +09:00
parent f922a7a0cd
commit 4f957b6cc5
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ macroexpand_node(pic_state *pic, pic_value expr, struct pic_senv *senv)
default:
return expr;
}
UNREACHABLE();
}
static pic_value