delete dead code

This commit is contained in:
Andrew Kelley 2023-10-20 13:55:56 -07:00
parent a07f288eb1
commit 3e0b36507c

View File

@ -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,