Removed spurious variable.

This commit is contained in:
2017-06-03 01:10:46 +01:00
parent 98aaf94961
commit e694ea69b1
36 changed files with 24060 additions and 1 deletions

View File

@@ -223,7 +223,6 @@ namespace DiscImageChef.Decoders.Xbox
return null;
SecuritySector ss = new SecuritySector();
byte[] tmp;
// Common
ss.DiskCategory = (DiskCategory)((response[0] & 0xF0) >> 4);