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

@@ -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?