[flang] Remove usage of the DependencyConsumer::finish() API (#184229)

This fixes build failures after #183831.
This commit is contained in:
Jan Svoboda 2026-03-02 13:03:41 -08:00 committed by GitHub
parent 5ae64c6207
commit ebe3c1ee99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,8 +221,6 @@ int main(int argc, const char **argv) {
}
}
diags.getClient()->finish();
// If we have multiple failing commands, we return the result of the first
// failing command.
return res;