diff options
| author | Joshua Mark Manton <joshuamarkk@gmail.com> | 2018-05-16 23:07:27 -0700 |
|---|---|---|
| committer | Joshua Mark Manton <joshuamarkk@gmail.com> | 2018-05-16 23:07:27 -0700 |
| commit | 81420ab246d3af80dced54cd2de0c5f636a5a78d (patch) | |
| tree | fb73b6738d3b21b890e9a191ed6407c1a50ccb54 /src/main.cpp | |
| parent | c94d19718b3a14beb0c2852b522fa1b7ee706b31 (diff) | |
removed unneeded block
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index b815615e8..2e22b1a96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -758,10 +758,6 @@ int main(int arg_count, char **arg_ptr) { return 1; } - if (build_context.no_output_files) { - // are there any flags that it shouldn't work with? maybe -out or -keep-temp-files? - } - // NOTE(bill): add 'shared' directory if it is not already set if (!find_library_collection_path(str_lit("shared"), nullptr)) { add_library_collection(str_lit("shared"), |