Browse Source

Remove unreachable code.

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

1
ILSpy/AboutPage.cs

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

Loading…
Cancel
Save