mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
revert r9785, it isn't correct.
Swift SVN r9793
This commit is contained in:
@@ -1280,7 +1280,7 @@ struct OpaqueExistentialValueWitnesses<NUM_VALUE_WITNESSES>::Container {
|
|||||||
// Metadata pointer.
|
// Metadata pointer.
|
||||||
const Metadata *metadata;
|
const Metadata *metadata;
|
||||||
// Protocol witness tables.
|
// Protocol witness tables.
|
||||||
const void *_witnesses[NUM_VALUE_WITNESSES ? NUM_VALUE_WITNESSES : 1];
|
const void *_witnesses[NUM_VALUE_WITNESSES];
|
||||||
// Fixed-size buffer.
|
// Fixed-size buffer.
|
||||||
ValueBuffer valueBuffer;
|
ValueBuffer valueBuffer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user