mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove ProtocolDecl::getRequirementSignatureAsGenericSignature()
This commit is contained in:
@@ -5368,10 +5368,6 @@ public:
|
||||
/// view of the generic system; see RequirementSignature.h for details.
|
||||
RequirementSignature getRequirementSignature() const;
|
||||
|
||||
/// Sometimes we want to make a fake generic signature from the requirements
|
||||
/// of a requirement signature.
|
||||
GenericSignature getRequirementSignatureAsGenericSignature() const;
|
||||
|
||||
/// Is the requirement signature currently being computed?
|
||||
bool isComputingRequirementSignature() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user