SIL: Remove AbstractionPattern::getWithoutSpecifierType()

This commit is contained in:
Slava Pestov
2018-09-16 21:21:29 -07:00
parent 69cd7b3e05
commit c99c0c52fb
2 changed files with 0 additions and 37 deletions

View File

@@ -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;