Remove unused field.
This commit is contained in:
parent
0ba1731928
commit
384d54577e
|
|
@ -37,7 +37,6 @@ namespace Microsoft.AspNet.Owin
|
|||
private readonly WebSocket _webSocket;
|
||||
private readonly IDictionary<string, object> _environment;
|
||||
private readonly CancellationToken _cancellationToken;
|
||||
private readonly WebSocket _context;
|
||||
|
||||
internal WebSocketAdapter(WebSocket webSocket, CancellationToken ct)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue