mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 09:33:18 +00:00
delete dead code
This commit is contained in:
parent
a07f288eb1
commit
3e0b36507c
10
src/main.zig
10
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user