Explorar el Código

Removed 2 unused lines of code

Tal Aloni hace 8 años
padre
commit
0caba11131
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      ISCSI/Server/TargetResponseHelper.cs

+ 0 - 2
ISCSI/Server/TargetResponseHelper.cs

@@ -75,8 +75,6 @@ namespace ISCSI.Server
                 return responseList;
             }
 
-            ushort LUN = (ushort)request.LUN;
-            Disk disk = target.Disks[LUN];
             uint offset = request.BufferOffset;
             uint totalLength = (uint)transfer.Command.ExpectedDataTransferLength;