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/jithelpers.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vm/jithelpers.cpp') diff --git a/src/vm/jithelpers.cpp b/src/vm/jithelpers.cpp index 6d4fd897c4..c1b306fdc3 100644 --- a/src/vm/jithelpers.cpp +++ b/src/vm/jithelpers.cpp @@ -5427,7 +5427,6 @@ HCIMPL1(void, IL_Throw, Object* obj) } } -#ifdef FEATURE_CORRUPTING_EXCEPTIONS if (!g_pConfig->LegacyCorruptedStateExceptionsPolicy()) { // Within the VM, we could have thrown and caught a managed exception. This is done by @@ -5442,7 +5441,6 @@ HCIMPL1(void, IL_Throw, Object* obj) ThreadExceptionState *pExState = GetThread()->GetExceptionState(); pExState->SetLastActiveExceptionCorruptionSeverity(NotSet); } -#endif // FEATURE_CORRUPTING_EXCEPTIONS RaiseTheExceptionInternalOnly(oref, FALSE); -- cgit v1.2.3