aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-10-24 01:14:09 -0400
committerGitHub <noreply@github.com>2023-10-24 01:14:09 -0400
commitb798aaf49937568541e8d89eb0be0058871a969f (patch)
tree7671d5a76b00d7d11bed51cac88950fb5ed27324 /src/main.zig
parent794dc694b140908a9affc5b449cda09bbe971cfe (diff)
parentd4911794ae8f43745b2d98a725acf440954f8d90 (diff)
downloadzig-b798aaf49937568541e8d89eb0be0058871a969f.tar.gz
zig-b798aaf49937568541e8d89eb0be0058871a969f.zip
Merge pull request #17687
frontend: rework `@embedFile` for incremental compilation
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,