mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Heuristically unreachable code.
This commit is contained in:
@@ -298,7 +298,6 @@ namespace DiscImageChef.DiscImages
|
||||
public override bool OpenImage(Filter imageFilter)
|
||||
{
|
||||
if(imageFilter == null) return false;
|
||||
if(imageFilter == null) return false;
|
||||
|
||||
this.imageFilter = imageFilter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user