Skip to content

Commit eb2b8b6

Browse files
committed
Remove unnecessary check
1 parent ef1e52b commit eb2b8b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Orm/Xtensive.Orm/Orm/Rse/Transformation/ColumnMappingInspector.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,6 @@ private static bool TryMergeFast(IEnumerable<int> leftMap, IEnumerable<int> righ
486486
if (usageMap[i])
487487
resultList.Add(i);
488488
}
489-
if (resultList.Count != uniqueCount) {
490-
//
491-
result = null;
492-
return false;
493-
}
494489
result = resultList;
495490
return true;
496491
}

0 commit comments

Comments
 (0)