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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user