mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Remove obsolete 'HasUnderlyingModule' hack
This commit is contained in:
@@ -583,7 +583,7 @@ namespace input_block {
|
||||
LINK_LIBRARY,
|
||||
IMPORTED_HEADER,
|
||||
IMPORTED_HEADER_CONTENTS,
|
||||
MODULE_FLAGS,
|
||||
MODULE_FLAGS, // [unused]
|
||||
SEARCH_PATH
|
||||
};
|
||||
|
||||
@@ -616,11 +616,6 @@ namespace input_block {
|
||||
BCBlob
|
||||
>;
|
||||
|
||||
using ModuleFlagsLayout = BCRecordLayout<
|
||||
MODULE_FLAGS,
|
||||
BCFixed<1> // has underlying module? [[UNUSED]]
|
||||
>;
|
||||
|
||||
using SearchPathLayout = BCRecordLayout<
|
||||
SEARCH_PATH,
|
||||
BCFixed<1>, // framework?
|
||||
|
||||
Reference in New Issue
Block a user