From eb5e2a225a33a7abbc842587c80cd5a4af5db034 Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Mon, 27 Feb 2017 14:20:43 +0900 Subject: [PATCH] Clean up nested WIN64EXCEPTIONS-ifdef (dotnet/coreclr#9817) Commit migrated from https://github.com/dotnet/coreclr/commit/87ffa9cbd595edab1aabc943b2ba440fbac83611 --- src/coreclr/src/vm/exceptionhandling.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/coreclr/src/vm/exceptionhandling.h b/src/coreclr/src/vm/exceptionhandling.h index 6bf58d1..97f1526 100644 --- a/src/coreclr/src/vm/exceptionhandling.h +++ b/src/coreclr/src/vm/exceptionhandling.h @@ -777,9 +777,7 @@ private: ; EnclosingClauseInfo m_EnclosingClauseInfoOfCollapsedTracker; }; -#if defined(WIN64EXCEPTIONS) PTR_ExceptionTracker GetEHTrackerForPreallocatedException(OBJECTREF oPreAllocThrowable, PTR_ExceptionTracker pStartingEHTracker); -#endif // WIN64EXCEPTIONS class TrackerAllocator { -- 2.7.4