mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Remove obsolete 'HasUnderlyingModule' hack
This commit is contained in:
@@ -1043,7 +1043,6 @@ void Serializer::writeInputBlock(const SerializationOptions &options) {
|
||||
input_block::LinkLibraryLayout LinkLibrary(Out);
|
||||
input_block::ImportedHeaderLayout ImportedHeader(Out);
|
||||
input_block::ImportedHeaderContentsLayout ImportedHeaderContents(Out);
|
||||
input_block::ModuleFlagsLayout ModuleFlags(Out);
|
||||
input_block::SearchPathLayout SearchPath(Out);
|
||||
|
||||
if (options.SerializeOptionsForDebugging) {
|
||||
|
||||
Reference in New Issue
Block a user