mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "ModulePrinter: Print decls from the same source file near each other."
This reverts commit a5c9072344 for mysterious bot test failure.
This commit is contained in:
@@ -675,11 +675,6 @@ public:
|
||||
return None;
|
||||
}
|
||||
|
||||
virtual Optional<StringRef>
|
||||
getSourceFileNameForDecl(const Decl *D) const {
|
||||
return None;
|
||||
}
|
||||
|
||||
virtual void collectAllGroups(std::vector<StringRef> &Names) const {}
|
||||
|
||||
/// Returns an implementation-defined "discriminator" for \p D, which
|
||||
|
||||
Reference in New Issue
Block a user