Browse Source

Remove the unused status code

Claus Vium 6 years ago
parent
commit
4df3333b71
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Server/SocketSharp/WebSocketSharpListener.cs

+ 0 - 1
Jellyfin.Server/SocketSharp/WebSocketSharpListener.cs

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