diff --git a/src/coreclr/vm/threadsuspend.cpp b/src/coreclr/vm/threadsuspend.cpp index 19e40948fe10d2..fd6bbdaede369a 100644 --- a/src/coreclr/vm/threadsuspend.cpp +++ b/src/coreclr/vm/threadsuspend.cpp @@ -2303,11 +2303,7 @@ void Thread::HandleThreadAbort () exceptObj = CLRException::GetThrowableFromException(&eeExcept); } -#ifdef FEATURE_EH_FUNCLETS - DispatchManagedException(exceptObj); -#else // FEATURE_EH_FUNCLETS RaiseTheExceptionInternalOnly(exceptObj, FALSE); -#endif // FEATURE_EH_FUNCLETS } ::SetLastError(lastError);