summaryrefslogtreecommitdiff
path: root/src/vm/eeconfig.h
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-10 21:53:12 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-10 21:53:54 -0800
commitb0dab0d6de90a38dfbf0d6b2039a7b8f5269d802 (patch)
treeb34dd8b5235af7703faf31e847148b21c9b325bb /src/vm/eeconfig.h
parent52009b8919ba55690f21cdc8f04e012a53eb8ef4 (diff)
downloadcoreclr-b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802.tar.gz
coreclr-b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802.tar.bz2
coreclr-b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802.zip
Remove always defined FEATURE_CORRUPTING_EXCEPTIONS
Diffstat (limited to 'src/vm/eeconfig.h')
-rw-r--r--src/vm/eeconfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/eeconfig.h b/src/vm/eeconfig.h
index 8e21c445da..eb6801fc48 100644
--- a/src/vm/eeconfig.h
+++ b/src/vm/eeconfig.h
@@ -315,10 +315,8 @@ public:
bool LegacyComVTableLayout(void) const {LIMITED_METHOD_CONTRACT; return fLegacyComVTableLayout; }
bool NewComVTableLayout(void) const {LIMITED_METHOD_CONTRACT; return fNewComVTableLayout; }
-#ifdef FEATURE_CORRUPTING_EXCEPTIONS
// Returns a bool to indicate if the legacy CSE (pre-v4) behaviour is enabled or not
bool LegacyCorruptedStateExceptionsPolicy(void) const {LIMITED_METHOD_CONTRACT; return fLegacyCorruptedStateExceptionsPolicy; }
-#endif // FEATURE_CORRUPTING_EXCEPTIONS
// SECURITY
unsigned ImpersonationMode(void) const
@@ -908,9 +906,7 @@ private: //----------------------------------------------------------------
bool fLegacyUnhandledExceptionPolicy; // Old unhandled exception policy (many are swallowed)
bool fLegacyVirtualMethodCallVerification; // Old (pre-whidbey) policy for call (nonvirt) of virtual function
-#ifdef FEATURE_CORRUPTING_EXCEPTIONS
bool fLegacyCorruptedStateExceptionsPolicy;
-#endif // FEATURE_CORRUPTING_EXCEPTIONS
bool fLegacyApartmentInitPolicy; // Old nondeterministic COM apartment initialization switch
bool fLegacyComHierarchyVisibility; // Old behavior allowing QIs for classes with invisible parents