aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-08-01 11:11:15 +0100
committergingerBill <bill@gingerbill.org>2023-08-01 11:11:15 +0100
commit69e1f42aedad0d1992e64989aac1d236bee3d4d9 (patch)
treec2d26c92e0120cc97d14196fcb5e28fa9cd51133 /src/main.cpp
parentc35c58b023ec98aa7d42498b9ece68cf481f2c32 (diff)
Replace a lot of warnings with errors; remove deprecated stuff
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5cecb5682..aa5b2ed34 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2142,16 +2142,9 @@ gb_internal void print_show_help(String const arg0, String const &command) {
}
if (check) {
- #if defined(GB_SYSTEM_WINDOWS)
print_usage_line(1, "-no-threaded-checker");
print_usage_line(2, "Disabled multithreading in the semantic checker stage");
print_usage_line(0, "");
- #else
- print_usage_line(1, "-threaded-checker");
- print_usage_line(1, "[EXPERIMENTAL]");
- print_usage_line(2, "Multithread the semantic checker stage");
- print_usage_line(0, "");
- #endif
}
if (check) {