From 3e0b36507c39e9bee2ff1be2540eacf0ad3c2daa Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 20 Oct 2023 13:55:56 -0700 Subject: delete dead code --- src/main.zig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') 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, -- cgit v1.2.3