Delete dead code (#18783)
authorJan Kotas <jkotas@microsoft.com>
Thu, 5 Jul 2018 06:04:02 +0000 (08:04 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 06:04:02 +0000 (08:04 +0200)
commitcd1232d47cc028ebf6d22621ce63903a7e5c0e94
treed2a3e6bccac62ce54a0ce13ef4eb16555f9eec50
parent9f9a37d04460559c3f91927f1297c8195411a0a3
Delete dead code (#18783)

- Leftover from unobserved exception desktop quirk
- Unnecessary calls to AppDomain.IsFinalizingForUnload(). They were actually never required even with AppDomain support because of Environment.HasShutdownStarted returns true during AppDomain unload.
src/System.Private.CoreLib/src/System/AppDomain.cs
src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs
src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs
src/System.Private.CoreLib/src/System/Threading/Tasks/TaskExceptionHolder.cs
src/System.Private.CoreLib/src/System/Threading/ThreadPool.cs
src/System.Private.CoreLib/src/System/Threading/Timer.cs
src/vm/appdomainnative.cpp
src/vm/appdomainnative.hpp
src/vm/ecalllist.h