Commit 3e0b36507c

Andrew Kelley <andrew@ziglang.org>
2023-10-20 22:55:56
delete dead code
1 parent a07f288
Changed files (1)
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,