Skip to content

Commit 94bcc61

Browse files
committed
Remove missed NETFRAMEWORK check
1 parent 2b0c33e commit 94bcc61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlDataReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4033,7 +4033,6 @@ private TdsOperationStatus TryReadInternal(bool setTimeout, out bool more)
40334033
SqlStatistics statistics = null;
40344034
using (TryEventScope.Create("<sc.SqlDataReader.Read|API> {0}", ObjectID))
40354035
{
4036-
#if NETFRAMEWORK
40374036
RuntimeHelpers.PrepareConstrainedRegions();
40384037

40394038
try

0 commit comments

Comments
 (0)