[Serialization] Drop support for serializing LValueType. (#9080)

This type never appears in API boundaries or in SIL instructions,
which means it never gets serialized.
This commit is contained in:
Jordan Rose
2017-04-28 11:15:15 -07:00
committed by GitHub
parent 7be3a142f9
commit a9b6181ebd
4 changed files with 4 additions and 22 deletions

View File

@@ -635,11 +635,6 @@ namespace decls_block {
MetatypeRepresentationField // representation
>;
using LValueTypeLayout = BCRecordLayout<
LVALUE_TYPE,
TypeIDField // object type
>;
using InOutTypeLayout = BCRecordLayout<
INOUT_TYPE,
TypeIDField // object type