zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa (tree)
parent a07f288eb1772ac25fd0785b142c6ee7e09b2986
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 20 Oct 2023 13:55:56 -0700

delete dead code

Diffstat:
Msrc/main.zig | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/main.zig b/src/main.zig @@ -607,16 +607,6 @@ const usage_build_generic = \\ ; -const repl_help = - \\Commands: - \\ update Detect changes to source files and update output files. - \\ run Execute the output file, if it is an executable or test. - \\ update-and-run Perform an `update` followed by `run`. - \\ help Print this text - \\ exit Quit this repl - \\ -; - const SOName = union(enum) { no, yes_default_value,