authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-10-20 13:55:56-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-10-23 14:33:14-07:00
log3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa
treeb636c1e98a584c5129d781f380187dcaaf3769aa
parenta07f288eb1772ac25fd0785b142c6ee7e09b2986

delete dead code


1 files changed, 0 insertions(+), 10 deletions(-)

src/main.zig-10
...@@ -607,16 +607,6 @@ const usage_build_generic =...@@ -607,16 +607,6 @@ const usage_build_generic =
607 \\607 \\
608;608;
609609
610const repl_help =
611 \\Commands:
612 \\ update Detect changes to source files and update output files.
613 \\ run Execute the output file, if it is an executable or test.
614 \\ update-and-run Perform an `update` followed by `run`.
615 \\ help Print this text
616 \\ exit Quit this repl
617 \\
618;
619
620const SOName = union(enum) {610const SOName = union(enum) {
621 no,611 no,
622 yes_default_value,612 yes_default_value,