mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Diagnostics] NFC: Remove unused last argument from requirement failure notes
This commit is contained in:
@@ -400,7 +400,7 @@ bool RequirementFailure::diagnoseAsNote() {
|
||||
const auto *reqDC = getRequirementDC();
|
||||
|
||||
emitDiagnosticAt(reqDC->getAsDecl(), getDiagnosticAsNote(), getLHS(),
|
||||
getRHS(), req.getFirstType(), req.getSecondType(), "");
|
||||
getRHS(), req.getFirstType(), req.getSecondType());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user