Explorar el Código

Remove the unused status code

Claus Vium hace 6 años
padre
commit
4df3333b71
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
         {
-            int statusCode = 200;
             try
             {
                 var endpoint = ctx.Request.RemoteEndPoint.ToString();