Skip to content

Commit 1a190da

Browse files
committed
Update src/Components/Components/src/Reflection/ComponentProperties.cs
1 parent 40854f8 commit 1a190da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/Components/src/Reflection/ComponentProperties.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ private static void ThrowForCaptureUnmatchedValuesConflict(Type targetType, stri
220220
[DoesNotReturn]
221221
private static void ThrowForMultipleCaptureUnmatchedValuesParameters([DynamicallyAccessedMembers(Component)] Type targetType)
222222
{
223-
// We don't care about perf here, we want to report an accurate and useful error.
224223
var propertyNames = new List<string>();
225224
foreach (var property in targetType.GetProperties(_bindablePropertyFlags))
226225
{

0 commit comments

Comments
 (0)