mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove unused method
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user