Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Aug 18, 2021
1 parent 243cc40 commit 2fade73
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tools/common/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1631,17 +1631,6 @@ public bool UseDlsym (string assembly)
if (UseInterpreter)
return true;

#if NET
asm = Path.GetFileNameWithoutExtension (assembly);
switch (asm) {
case "System.Net.Security":
case "System.Net.Quic":
// Some .NET assemblies have P/Invokes to native functions they don't ship. We need to use dlsym for this assemblies.
// https://github.com/dotnet/runtime/issues/47533
return true;
}
#endif

switch (Platform) {
case ApplePlatform.iOS:
return !Profile.IsSdkAssembly (Path.GetFileNameWithoutExtension (assembly));
Expand Down

0 comments on commit 2fade73

Please sign in to comment.