mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove IdentifierType from the type system.
Swift SVN r6327
This commit is contained in:
@@ -223,7 +223,6 @@ namespace decls_block {
|
||||
PAREN_TYPE,
|
||||
TUPLE_TYPE,
|
||||
TUPLE_TYPE_ELT,
|
||||
IDENTIFIER_TYPE,
|
||||
FUNCTION_TYPE,
|
||||
METATYPE_TYPE,
|
||||
LVALUE_TYPE,
|
||||
@@ -304,12 +303,6 @@ namespace decls_block {
|
||||
BCFixed<1> // vararg?
|
||||
>;
|
||||
|
||||
using IdentifierTypeLayout = BCRecordLayout<
|
||||
IDENTIFIER_TYPE,
|
||||
TypeIDField // underlying mapped type
|
||||
// FIXME: Include the identifier chain for diagnostic purposes.
|
||||
>;
|
||||
|
||||
using FunctionTypeLayout = BCRecordLayout<
|
||||
FUNCTION_TYPE,
|
||||
TypeIDField, // input
|
||||
|
||||
Reference in New Issue
Block a user