summaryrefslogtreecommitdiff
path: root/src/vm/corhost.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-02-06 06:53:42 -0800
committerGitHub <noreply@github.com>2017-02-06 06:53:42 -0800
commit5c47caa806e6907df81e7a96864984df4d0f38cd (patch)
treee3437edcb63f42f98c93eb425b4e7a750eda73df /src/vm/corhost.cpp
parent0b064eef415468f50e7360256e42737d247eb677 (diff)
downloadcoreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.tar.gz
coreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.tar.bz2
coreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.zip
CAS Security cleanup (#9355)
Diffstat (limited to 'src/vm/corhost.cpp')
-rw-r--r--src/vm/corhost.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vm/corhost.cpp b/src/vm/corhost.cpp
index 6091bad9e2..369d6fcfd7 100644
--- a/src/vm/corhost.cpp
+++ b/src/vm/corhost.cpp
@@ -5629,14 +5629,6 @@ public:
static CLRDomainManager s_CLRDomainManager;
#endif // FEATURE_APTCA
-BYTE g_CorHostProtectionManagerInstance[sizeof(CorHostProtectionManager)];
-
-void InitHostProtectionManager()
-{
- WRAPPER_NO_CONTRACT;
- new (g_CorHostProtectionManagerInstance) CorHostProtectionManager();
-}
-
BOOL g_CLRPolicyRequested = FALSE;
class CCorCLRControl: public ICLRControl