Removing debug code

This commit is contained in:
Louis DeJardin 2015-07-24 15:25:44 -07:00
parent 598250a1d8
commit b93845be19
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ namespace Microsoft.AspNet.Server.Kestrel.Networking
public int Check(int statusCode)
{
var x = Marshal.GetLastWin32Error();
Exception error;
var result = Check(statusCode, out error);
if (error != null)