Remove OwlCore.Remoting

This commit is contained in:
Yoshi Askharoun
2023-05-03 13:57:19 -05:00
parent 83d2a717c0
commit c1bed8065d
5 changed files with 2 additions and 235 deletions
+1 -6
View File
@@ -23,12 +23,7 @@ namespace Microsoft.Iris.Debug
public List<string> Breakpoints { get; } = new List<string>();
public Bridge Bridge { get; } =
#if OPENZUNE
new(OwlCore.Remoting.RemotingMode.None);
#else
new();
#endif
public Bridge Bridge { get; } = new();
}
public class DecompilationResult