From b0dab0d6de90a38dfbf0d6b2039a7b8f5269d802 Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Fri, 10 Feb 2017 21:53:12 -0800 Subject: Remove always defined FEATURE_CORRUPTING_EXCEPTIONS --- src/vm/eeconfig.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vm/eeconfig.h') 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 -- cgit v1.2.3