aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-25 16:32:45 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-25 16:32:45 -0500
commit32e3aba554a82e853f86f2e8afe732efb71c0f31 (patch)
treef15fe80c8843b01c68ea33dae6412a87215c6733 /compile.c
parent741617a17e9b318d58e2c73868396280d6a583db (diff)
Remove comment
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 62da8af9..464c22f1 100644
--- a/compile.c
+++ b/compile.c
@@ -820,7 +820,6 @@ CORD compile(env_t *env, ast_t *ast)
code = CORD_all(code, compile(scope, loop), "\n$lhs;})");
return code;
}
- // Reduction,
case Skip: {
if (Match(ast, Skip)->target) code_err(ast, "Named skips not yet implemented");
return "continue";