mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove redundant assignments.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace Aaru.Tests.WritableImages
|
||||
Assert.IsTrue(outputFormat.SetTracks(inputFormat.Tracks),
|
||||
$"Error {outputFormat.ErrorMessage} sending tracks list to output image.");
|
||||
|
||||
ulong doneSectors = 0;
|
||||
ulong doneSectors;
|
||||
|
||||
foreach(Track track in inputFormat.Tracks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user