diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-25 16:32:45 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-25 16:32:45 -0500 |
| commit | 32e3aba554a82e853f86f2e8afe732efb71c0f31 (patch) | |
| tree | f15fe80c8843b01c68ea33dae6412a87215c6733 /compile.c | |
| parent | 741617a17e9b318d58e2c73868396280d6a583db (diff) | |
Remove comment
Diffstat (limited to 'compile.c')
| -rw-r--r-- | compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"; |
