mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Remove unneeded code.
This commit is contained in:
@@ -620,7 +620,7 @@ namespace DiscImageChef.DiscImages
|
||||
parentWorks = true;
|
||||
break;
|
||||
}
|
||||
catch { continue; }
|
||||
catch { }
|
||||
}
|
||||
else if(string.Compare(entryType, VOLUME_PATH_KEY, StringComparison.OrdinalIgnoreCase) == 0 ||
|
||||
string.Compare(entryType, ABSOLUTE_WIN32_PATH_KEY, StringComparison.OrdinalIgnoreCase) == 0)
|
||||
@@ -639,7 +639,7 @@ namespace DiscImageChef.DiscImages
|
||||
parentWorks = true;
|
||||
break;
|
||||
}
|
||||
catch { continue; }
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user