mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove AbstractionPattern::getWithoutSpecifierType()
This commit is contained in:
@@ -996,10 +996,6 @@ public:
|
||||
/// the abstraction pattern for its object type.
|
||||
AbstractionPattern getTupleElementType(unsigned index) const;
|
||||
|
||||
/// Given that the value being abstracted is an l-value or inout type,
|
||||
/// return the abstraction pattern for its object type.
|
||||
AbstractionPattern getWithoutSpecifierType() const;
|
||||
|
||||
/// Given that the value being abstracted is a function, return the
|
||||
/// abstraction pattern for its result type.
|
||||
AbstractionPattern getFunctionResultType() const;
|
||||
|
||||
Reference in New Issue
Block a user