REFACTOR: Heuristically unreachable code.

This commit is contained in:
2017-12-21 17:17:13 +00:00
parent b9ec685b4e
commit ccd9930884
4 changed files with 1 additions and 13 deletions

View File

@@ -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;