diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-10-20 13:55:56 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-10-23 14:33:14 -0700 |
| commit | 3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa (patch) | |
| tree | b636c1e98a584c5129d781f380187dcaaf3769aa /src/main.zig | |
| parent | a07f288eb1772ac25fd0785b142c6ee7e09b2986 (diff) | |
| download | zig-3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa.tar.gz zig-3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa.zip | |
delete dead code
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.zig b/src/main.zig index e9cdc5b550..96d8551b70 100644 --- 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, |
