diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-05 17:49:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-07-31 14:40:57 +0300 |
commit | 4ccec83c0541f559abcdb1733fa356db62df4396 (patch) | |
tree | ee5990382542c88fe66544c6b91b30dfb84086c5 /bbot/worker/worker.cxx | |
parent | 4e56d4623cc538618b72af01c8da9ad33215cdb2 (diff) |
Cleanup machine_header_manifest type
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 700ed79..2630928 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -5858,8 +5858,6 @@ build (size_t argc, const char* argv[]) // artifacts preparation for upload, then use this log to report the // error. Otherwise, add the new log for that. // - // @@ TMP: Apple Clang 14.0.3 ICE - // operation_result* pr (&rm.results.back ()); if (pr->operation != "upload") |