Remove unused variable in MemoryPoolIterator.Seek() (#1137).

This commit is contained in:
Cesar Blum Silveira 2016-10-03 14:21:45 -07:00
parent 12adc7de9d
commit e8fa40235b
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure
_block = block;
var firstEqualByteIndex = FindFirstEqualByte(ref byte0Equals);
var vectorBytesScanned = firstEqualByteIndex + 1;
if (_block == limit.Block && index + firstEqualByteIndex > limit.Index)
{