summaryrefslogtreecommitdiff
path: root/src/vm/eeconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eeconfig.h')
-rw-r--r--src/vm/eeconfig.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/vm/eeconfig.h b/src/vm/eeconfig.h
index 02342d7e93..338a97268b 100644
--- a/src/vm/eeconfig.h
+++ b/src/vm/eeconfig.h
@@ -261,8 +261,6 @@ enum ParseCtl {
stopAfterRuntimeSection // stop after <runtime>...</runtime> section
};
-extern CorHostProtectionManager s_CorHostProtectionManager;
-
class EEConfig
{
public:
@@ -1332,24 +1330,6 @@ public:
#endif
-void InitHostProtectionManager();
-
-extern BYTE g_CorHostProtectionManagerInstance[];
-
-inline CorHostProtectionManager* GetHostProtectionManager()
-{
- CONTRACTL
- {
- NOTHROW;
- GC_NOTRIGGER;
-// MODE_ANY;
- SO_TOLERANT;
- }
- CONTRACTL_END;
-
- return (CorHostProtectionManager*)g_CorHostProtectionManagerInstance;
-}
-
extern BOOL g_CLRPolicyRequested;
// NGENImagesAllowed is the safe way to determine if NGEN Images are allowed to be loaded. (Defined as