REFACTOR: Removed else statements.

This commit is contained in:
2017-12-21 02:57:32 +00:00
parent f0e80721ed
commit ff5540ff5d
13 changed files with 183 additions and 200 deletions

View File

@@ -921,7 +921,7 @@ namespace DiscImageChef.DiscImages
if(!locatorFound || parentPath == null)
throw new
FileNotFoundException("(VirtualPC plugin): Cannot find parent file for differencing disk image");
else
{
parentImage = new Vhd();
Filter parentFilter =