Explorar o código

Remove the unused status code

Claus Vium %!s(int64=6) %!d(string=hai) anos
pai
achega
4df3333b71
Modificáronse 1 ficheiros con 0 adicións e 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();