Serialization: Remove obsolete 'HasUnderlyingModule' hack

This commit is contained in:
Slava Pestov
2018-04-26 22:51:29 -07:00
parent 8408f8221d
commit 4d7950a9b2
4 changed files with 1 additions and 30 deletions

View File

@@ -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) {