mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Remove ModuleDecl::isClangModule in favor of isNonSwiftModule. (#33202)
Fixes SR-13237.
This commit is contained in:
@@ -367,7 +367,6 @@ public:
|
||||
return { Files.begin(), Files.size() };
|
||||
}
|
||||
|
||||
bool isClangModule() const;
|
||||
void addFile(FileUnit &newFile);
|
||||
|
||||
/// Creates a map from \c #filePath strings to corresponding \c #fileID
|
||||
|
||||
Reference in New Issue
Block a user