Fix unused variables.

This commit is contained in:
2022-03-16 00:31:33 +00:00
parent d4b1e63e96
commit 5f14f0e79c
15 changed files with 45 additions and 28 deletions

View File

@@ -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