NFC: Remove the now dead ProtocolDecl::existentialTypeSupported()

This commit is contained in:
Anthony Latsis
2021-03-20 12:24:07 +03:00
parent 15f88e9be3
commit eb1bd07bb3
9 changed files with 2 additions and 121 deletions

View File

@@ -3545,7 +3545,6 @@ public:
const_cast<ProtocolDecl *>(proto)
->requiresClass(),
proto->isObjC(),
proto->existentialTypeSupported(),
rawAccessLevel, numInherited,
inheritedAndDependencyTypes);