aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 20:03:05 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 20:03:05 +0100
commitcb2e6ea31db90ca80314e5ff8ce8f43371fade7c (patch)
treea58df81b7254167e96492a9229402833a96fc715 /src/main.cpp
parent74c683e908fb0fec6c85de099fbbda400d9d6fbe (diff)
Remove `use_llvm_api` related checks and other related things
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 02a9b50f7..d2f84b29d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1185,7 +1185,6 @@ bool parse_build_flags(Array<String> args) {
case BuildFlag_UseLLVMApi:
gb_printf_err("-llvm-api flag is not required any more\n");
- build_context.use_llvm_api = true;
bad_flags = true;
break;