[AST] Remove ReifyPackExpr.

This commit is contained in:
Holly Borla
2022-10-10 08:51:08 -07:00
parent c7f348fabc
commit 67fb143f0e
12 changed files with 2 additions and 71 deletions

View File

@@ -6042,7 +6042,6 @@ ConstraintSystem::isConversionEphemeral(ConversionRestrictionKind conversion,
case ConversionRestrictionKind::ObjCTollFreeBridgeToCF:
case ConversionRestrictionKind::CGFloatToDouble:
case ConversionRestrictionKind::DoubleToCGFloat:
case ConversionRestrictionKind::ReifyPackToType:
// @_nonEphemeral has no effect on these conversions, so treat them as all
// being non-ephemeral in order to allow their passing to an @_nonEphemeral
// parameter.