aboutsummaryrefslogtreecommitdiff
path: root/src/compile/statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/statements.c')
-rw-r--r--src/compile/statements.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/statements.c b/src/compile/statements.c
index db8f5b1f..a7705adc 100644
--- a/src/compile/statements.c
+++ b/src/compile/statements.c
@@ -166,7 +166,6 @@ static Text_t _compile_statement(env_t *env, ast_t *ast) {
ast_t *loop = WrapAST(ast, For, .vars = comp->vars, .iter = comp->iter, .body = body);
return compile_statement(env, loop);
}
- case Extern: return EMPTY_TEXT;
case InlineCCode: {
DeclareMatch(inline_code, ast, InlineCCode);
Text_t code = EMPTY_TEXT;