Skip to content

Commit bcfe5a1

Browse files
authored
Merge pull request #64208 from slavapestov/fix-rdar106433355
Runtime: Fix SWIFT_STDLIB_USE_RELATIVE_PROTOCOL_WITNESS_TABLES build
2 parents c7c34ee + ff06ac0 commit bcfe5a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/runtime/Metadata.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5867,8 +5867,6 @@ instantiateRelativeWitnessTable(const Metadata *Type,
58675867
: conformance->getConditionalRequirements()) {
58685868
if (conditionalRequirement.Flags.hasKeyArgument())
58695869
copyNextInstantiationArg();
5870-
if (conditionalRequirement.Flags.hasExtraArgument())
5871-
copyNextInstantiationArg();
58725870
}
58735871
}
58745872

0 commit comments

Comments
 (0)