mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace DiscImageChef.Partitions
|
||||
partitions = new List<Partition>();
|
||||
|
||||
byte[] sector;
|
||||
ulong sectsPerUnit = 0;
|
||||
ulong sectsPerUnit;
|
||||
|
||||
DicConsole.DebugWriteLine("Human68k plugin", "sectorSize = {0}", imagePlugin.GetSectorSize());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user