REFACTOR: Removed unneeded value sets.

This commit is contained in:
2017-12-21 16:07:20 +00:00
parent 9883b567ff
commit bcbda18e4d
110 changed files with 203 additions and 280 deletions

View File

@@ -407,7 +407,7 @@ namespace DiscImageChef.DiscImages
}
tocStream = new StreamReader(this.imageFilter.GetDataForkStream());
FiltersList filtersList = new FiltersList();
FiltersList filtersList;
line = 0;
tocStream.BaseStream.Position = 0;
@@ -416,7 +416,7 @@ namespace DiscImageChef.DiscImages
line++;
_line = tocStream.ReadLine();
matchComment = regexComment.Match(_line ?? throw new ());
matchComment = regexComment.Match(_line ?? throw new InvalidOperationException());
matchDiskType = regexDiskType.Match(_line);
matchMcn = regexMcn.Match(_line);
matchTrack = regexTrack.Match(_line);
@@ -889,7 +889,6 @@ namespace DiscImageChef.DiscImages
}
partitions.Add(partition);
partition = new Partition();
}
// Print partition map