Remove SILType::isExistentialMetatypeType().

Suggested by John.



Swift SVN r27864
This commit is contained in:
Erik Eckstein
2015-04-28 08:43:15 +00:00
parent 640fd7f82a
commit 2a366df113
2 changed files with 1 additions and 5 deletions

View File

@@ -329,10 +329,6 @@ public:
bool isClassExistentialType() const {
return getSwiftRValueType()->isClassExistentialType();
}
// Returns true if the referenced type is an existential metatype.
bool isExistentialMetatypeType() const {
return is<ExistentialMetatypeType>();
}
/// Returns the representation used by an existential type. If the concrete
/// type is provided, this may return a specialized representation kind that