Skip to content

Commit db35b17

Browse files
committed
clean
1 parent 24d71a3 commit db35b17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mapster/Adapters/ReadOnlyInterfaceAdapter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ protected override bool CanInline(Expression source, Expression? destination, Co
2424

2525
protected override Expression CreateInstantiationExpression(Expression source, Expression? destination, CompileArgument arg)
2626
{
27-
//new TDestination(src.Prop1, src.Prop2)
2827
var destintionType = arg.DestinationType;
2928
var props = destintionType.GetFieldsAndProperties().ToList();
3029

0 commit comments

Comments
 (0)