summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.h
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-02-27 14:20:43 +0900
committerJan Kotas <jkotas@microsoft.com>2017-02-26 21:20:43 -0800
commit87ffa9cbd595edab1aabc943b2ba440fbac83611 (patch)
treee01af73d6032af952dc160799f0ec37b39bcdc8e /src/vm/exceptionhandling.h
parentdbb1ae49988642015eac970330797ae56eea983b (diff)
downloadcoreclr-87ffa9cbd595edab1aabc943b2ba440fbac83611.tar.gz
coreclr-87ffa9cbd595edab1aabc943b2ba440fbac83611.tar.bz2
coreclr-87ffa9cbd595edab1aabc943b2ba440fbac83611.zip
Clean up nested WIN64EXCEPTIONS-ifdef (#9817)
Diffstat (limited to 'src/vm/exceptionhandling.h')
-rw-r--r--src/vm/exceptionhandling.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/exceptionhandling.h b/src/vm/exceptionhandling.h
index 6bf58d1bd0..97f1526621 100644
--- a/src/vm/exceptionhandling.h
+++ b/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
{