mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Zap an unused member of swift::Module
Swift SVN r3201
This commit is contained in:
@@ -103,12 +103,6 @@ public:
|
||||
/// extending the specified type and return a list of them.
|
||||
ArrayRef<ExtensionDecl*> lookupExtensions(Type T);
|
||||
|
||||
/// lookupMembers - Lookup the members for the specified BaseType with
|
||||
/// the specified name, and return them in Result. This looks in both the
|
||||
/// type declaration itself and in extensions.
|
||||
void lookupMembers(Type BaseType, Identifier Name,
|
||||
SmallVectorImpl<ValueDecl*> &Result);
|
||||
|
||||
static bool classof(const DeclContext *DC) {
|
||||
return DC->isModuleContext();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user