[CS] NFC: Remove CTP_ComposedPropertyWrapper

This has been unused since we added a custom `AllowWrappedValueMismatch`
fix.
This commit is contained in:
Hamish Knight
2025-11-16 18:28:56 +00:00
parent 6abfea9312
commit 9a31ef029c
5 changed files with 0 additions and 8 deletions

View File

@@ -16711,7 +16711,6 @@ void ConstraintSystem::addContextualConversionConstraint(
case CTP_CoerceOperand:
case CTP_SubscriptAssignSource:
case CTP_WrappedProperty:
case CTP_ComposedPropertyWrapper:
case CTP_ExprPattern:
case CTP_SingleValueStmtBranch:
break;