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:
@@ -775,7 +775,7 @@ namespace DiscImageChef.DiscImages
|
||||
return sector;
|
||||
}
|
||||
|
||||
byte[] grain = new byte[SECTOR_SIZE * grainSize];
|
||||
byte[] grain;
|
||||
|
||||
if(!grainCache.TryGetValue(grainOff, out grain))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user