mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Minor cleanup. NFC.
Swift SVN r20851
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
ClassList& getSubClasses(ClassDecl *C) { return SubclassesCache[C]; }
|
||||
|
||||
/// \returns True if the class is inherited by another class in this module.
|
||||
bool inheritedInModule(ClassDecl *CD) {
|
||||
bool hasKnownSubclasses(ClassDecl *CD) {
|
||||
return SubclassesCache.count(CD);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user