mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unused variables.
This commit is contained in:
@@ -953,7 +953,7 @@ public sealed partial class CloneCd
|
||||
buffer = null;
|
||||
|
||||
foreach(KeyValuePair<uint, ulong> kvp in _offsetMap.Where(kvp => sectorAddress >= kvp.Value).
|
||||
SelectMany(kvp => Tracks, (kvp, track) => new
|
||||
SelectMany(_ => Tracks, (kvp, track) => new
|
||||
{
|
||||
kvp,
|
||||
track
|
||||
|
||||
Reference in New Issue
Block a user