Remove unused variable in MemoryPoolIterator.Seek() (#1137).
This commit is contained in:
parent
12adc7de9d
commit
e8fa40235b
|
|
@ -395,7 +395,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure
|
||||||
_block = block;
|
_block = block;
|
||||||
|
|
||||||
var firstEqualByteIndex = FindFirstEqualByte(ref byte0Equals);
|
var firstEqualByteIndex = FindFirstEqualByte(ref byte0Equals);
|
||||||
var vectorBytesScanned = firstEqualByteIndex + 1;
|
|
||||||
|
|
||||||
if (_block == limit.Block && index + firstEqualByteIndex > limit.Index)
|
if (_block == limit.Block && index + firstEqualByteIndex > limit.Index)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue