aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig10
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,