Skip to content

Commit 0950626

Browse files
authored
Merge pull request swiftlang#39773 from mikeash/fix-allocationmetadatapointer
[Reflection] Fix ReflectionContext::allocationMetadataPointer.
2 parents 625d229 + 2e47543 commit 0950626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Reflection/ReflectionContext.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,6 @@ class ReflectionContext
11531153
MetadataAllocation<Runtime> Allocation) {
11541154
if (Allocation.Tag == GenericMetadataCacheTag) {
11551155
struct GenericMetadataCacheEntry {
1156-
StoredPointer Left, Right;
11571156
StoredPointer LockedStorage;
11581157
uint8_t LockedStorageKind;
11591158
uint8_t TrackingInfo;

0 commit comments

Comments
 (0)