mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove additonal unused diagnostics.
Also fix typo in diagnostics verifier error message.
This commit is contained in:
@@ -564,7 +564,7 @@ bool CompilerInstance::setup(const CompilerInvocation &Invoke,
|
||||
setupStatsReporter();
|
||||
|
||||
if (setupDiagnosticVerifierIfNeeded()) {
|
||||
Error = "Setting up diagnostics verified failed";
|
||||
Error = "Setting up diagnostics verifier failed";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user