From 3503b91f770eb989770d6b6d1d7211041629726c Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 13 Dec 2021 12:06:21 +0100 Subject: [PATCH] Fix unreachable code --- ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs b/ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs index f3c9f4776..12e13d8f9 100644 --- a/ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs +++ b/ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs @@ -162,8 +162,6 @@ Remarks: { output.Close(); } - - return 0; } DecompilerSettings GetSettings(PEFile module)