mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
|
||||
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
|
||||
// Licensed under Apache License v2.0 with Runtime Library Exception
|
||||
//
|
||||
// See https://swift.org/LICENSE.txt for license information
|
||||
@@ -1628,14 +1628,6 @@ namespace decls_block {
|
||||
TypeIDField // the conforming type
|
||||
>;
|
||||
|
||||
using BuiltinProtocolConformanceLayout = BCRecordLayout<
|
||||
BUILTIN_PROTOCOL_CONFORMANCE,
|
||||
TypeIDField, // the conforming type
|
||||
DeclIDField, // the protocol
|
||||
BCVBR<5> // the number of element conformances
|
||||
// the (optional) element conformances follow
|
||||
>;
|
||||
|
||||
// Refers to a normal protocol conformance in the given module via its id.
|
||||
using NormalProtocolConformanceIdLayout = BCRecordLayout<
|
||||
NORMAL_PROTOCOL_CONFORMANCE_ID,
|
||||
|
||||
Reference in New Issue
Block a user