Browse Source

Fix unreachable code

pull/2585/head
Christoph Wille 4 years ago
parent
commit
3503b91f77
  1. 2
      ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs

2
ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs

@ -162,8 +162,6 @@ Remarks:
{ {
output.Close(); output.Close();
} }
return 0;
} }
DecompilerSettings GetSettings(PEFile module) DecompilerSettings GetSettings(PEFile module)

Loading…
Cancel
Save