mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace DiscImageChef.Partitions
|
||||
public override bool GetInformation(ImagePlugin imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
partitions = new List<Partition>();
|
||||
Partition[] parts = new Partition[0];
|
||||
Partition[] parts;
|
||||
|
||||
if(sectorOffset != 0) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user