Remove redundant assignments.

This commit is contained in:
2021-08-17 14:40:50 +01:00
parent a715b9b351
commit c6f5ece939
13 changed files with 15 additions and 41 deletions

View File

@@ -787,7 +787,7 @@ namespace Aaru.DiscImages
string? filename = Path.GetFileNameWithoutExtension(splitStartChars.FilePath);
bool lowerCaseExtension = false;
bool lowerCaseFileName = false;
string basePath = "";
string basePath;
bool version5 = string.Compare(Path.GetExtension(imageFilter.GetFilename()), ".B5T",
StringComparison.OrdinalIgnoreCase) == 0;