diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-25 20:03:05 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-25 20:03:05 +0100 |
| commit | cb2e6ea31db90ca80314e5ff8ce8f43371fade7c (patch) | |
| tree | a58df81b7254167e96492a9229402833a96fc715 /src/main.cpp | |
| parent | 74c683e908fb0fec6c85de099fbbda400d9d6fbe (diff) | |
Remove `use_llvm_api` related checks and other related things
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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; |