Browse Source

Remove unreachable code.

pull/1728/head
Siegfried Pammer 7 years ago
parent
commit
22a0290a9d
  1. 1
      ILSpy/AboutPage.cs

1
ILSpy/AboutPage.cs

@ -289,7 +289,6 @@ namespace ICSharpCode.ILSpy
} else { } else {
return null; return null;
} }
return null;
} }
public static Task<string> CheckForUpdatesAsync(ILSpySettings spySettings) public static Task<string> CheckForUpdatesAsync(ILSpySettings spySettings)

Loading…
Cancel
Save