Remove the unused status code

This commit is contained in:
Claus Vium 2019-02-24 22:31:46 +01:00
parent 5262e50fee
commit 4df3333b71
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ namespace Jellyfin.Server.SocketSharp
private async Task ProcessWebSocketRequest(HttpListenerContext ctx)
{
int statusCode = 200;
try
{
var endpoint = ctx.Request.RemoteEndPoint.ToString();