diff --git a/ICSharpCode.ILSpyX/LoadedAssembly.cs b/ICSharpCode.ILSpyX/LoadedAssembly.cs index 66c992ff0..c2a53cdc9 100644 --- a/ICSharpCode.ILSpyX/LoadedAssembly.cs +++ b/ICSharpCode.ILSpyX/LoadedAssembly.cs @@ -668,14 +668,5 @@ namespace ICSharpCode.ILSpyX } UniversalAssemblyResolver? universalResolver; - - /// - /// Wait until the assembly is loaded. - /// Throws an AggregateException when loading the assembly fails. - /// - public void WaitUntilLoaded() - { - loadingTask.Wait(); - } } }