mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Removed spurious variable.
This commit is contained in:
@@ -223,7 +223,6 @@ namespace DiscImageChef.Decoders.Xbox
|
||||
return null;
|
||||
|
||||
SecuritySector ss = new SecuritySector();
|
||||
byte[] tmp;
|
||||
|
||||
// Common
|
||||
ss.DiskCategory = (DiskCategory)((response[0] & 0xF0) >> 4);
|
||||
|
||||
Reference in New Issue
Block a user