Skip to content

Commit

Permalink
Delete call to RhEnableShutdownFinalization
Browse files Browse the repository at this point in the history
Shutdown finalization was abandoned for .NET core.

See discussion in pull request dotnet#889 and dotnet/corefx#5205.
  • Loading branch information
MichalStrehovsky committed Feb 19, 2016
1 parent 4d5c647 commit 23b693c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ internal static void Initialize()
{
InitializeStringTable();
RunEagerClassConstructors();
RuntimeImports.RhEnableShutdownFinalization(0xffffffffu);
}

internal static void Shutdown()
Expand Down

0 comments on commit 23b693c

Please sign in to comment.