Skip to content

Commit e798765

Browse files
authored
Fix conflict.
1 parent 55e609c commit e798765

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/EFCore.Relational/Query/QuerySqlGenerator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public class QuerySqlGenerator : SqlExpressionVisitor
2222
private IRelationalCommandBuilder _relationalCommandBuilder;
2323
private Dictionary<string, int>? _repeatedParameterCounts;
2424

25-
private static readonly bool UseOldBehavior36105 =
26-
AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue36105", out var enabled36105) && enabled36105;
27-
2825
private static readonly bool UseOldBehavior36105 =
2926
AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue36105", out var enabled36105) && enabled36105;
3027

0 commit comments

Comments
 (0)