Clean up nested WIN64EXCEPTIONS-ifdef (#9817)
authorJonghyun Park <parjong@gmail.com>
Mon, 27 Feb 2017 05:20:43 +0000 (14:20 +0900)
committerJan Kotas <jkotas@microsoft.com>
Mon, 27 Feb 2017 05:20:43 +0000 (21:20 -0800)
src/vm/exceptionhandling.h

index 6bf58d1..97f1526 100644 (file)
@@ -777,9 +777,7 @@ private: ;
     EnclosingClauseInfo     m_EnclosingClauseInfoOfCollapsedTracker;
 };
 
-#if defined(WIN64EXCEPTIONS)
 PTR_ExceptionTracker GetEHTrackerForPreallocatedException(OBJECTREF oPreAllocThrowable, PTR_ExceptionTracker pStartingEHTracker);
-#endif // WIN64EXCEPTIONS
 
 class TrackerAllocator
 {