Remove unused span (#1599)

This commit is contained in:
David Fowler 2017-04-02 23:53:49 -07:00 committed by GitHub
parent 547ad80a27
commit f787c5277c
1 changed files with 0 additions and 2 deletions

View File

@ -181,8 +181,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Http
RejectRequestLine(data, length);
}
var line = new Span<byte>(data, length);
handler.OnStartLine(method, httpVersion, targetBuffer, pathBuffer, query, customMethod, pathEncoded);
}