AST: Remove unused method

This commit is contained in:
Slava Pestov
2024-01-19 16:57:23 -05:00
parent 6abaf217a3
commit e9bdadef74
2 changed files with 0 additions and 16 deletions

View File

@@ -213,11 +213,6 @@ public:
/// Create a canonical conformance from the current one.
ProtocolConformanceRef getCanonicalConformanceRef() const;
/// Get any additional requirements that are required for this conformance to
/// be satisfied, if they're possible to compute.
llvm::Optional<ArrayRef<Requirement>>
getConditionalRequirementsIfAvailable() const;
/// Get any additional requirements that are required for this conformance to
/// be satisfied.
ArrayRef<Requirement> getConditionalRequirements() const;