From 56c1d684ff1a9d43635b2289d5941cc868ff058d Mon Sep 17 00:00:00 2001 From: Taylor Southwick Date: Mon, 8 Apr 2024 11:49:53 -0700 Subject: [PATCH] remove extra whitespace --- .../src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs b/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs index ac219bd67f..ee52bd1e78 100644 --- a/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs +++ b/src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs @@ -955,7 +955,6 @@ private Task WriteBytes(ReadOnlySpan b, int len, int offsetBuffer, bool ca } try { - TdsParser.ReliabilitySection.Assert("unreliable call to WriteByteArray"); // you need to setup for a thread abort somewhere before you call this method bool async = _parser._asyncWrite; // NOTE: We are capturing this now for the assert after the Task is returned, since WritePacket will turn off async if there is an exception