summaryrefslogtreecommitdiff
path: root/src/vm/clrex.h
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 10:46:48 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:55:37 -0800
commit9c93286cb13d9f50f1f25cdcbcbc3719a178b374 (patch)
treee20f044d2b9d9897dae6b9b59f7df2c758b7dbd9 /src/vm/clrex.h
parent2215a4e81c0d4f10edf9ff440c51b240586865e1 (diff)
downloadcoreclr-9c93286cb13d9f50f1f25cdcbcbc3719a178b374.tar.gz
coreclr-9c93286cb13d9f50f1f25cdcbcbc3719a178b374.tar.bz2
coreclr-9c93286cb13d9f50f1f25cdcbcbc3719a178b374.zip
Remove always defined FEATURE_EXCEPTIONDISPATCHINFO
Diffstat (limited to 'src/vm/clrex.h')
-rw-r--r--src/vm/clrex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/clrex.h b/src/vm/clrex.h
index 02de452370..42cdf58825 100644
--- a/src/vm/clrex.h
+++ b/src/vm/clrex.h
@@ -28,11 +28,9 @@ struct StackTraceElement
UINT_PTR ip;
UINT_PTR sp;
PTR_MethodDesc pFunc;
-#if defined(FEATURE_EXCEPTIONDISPATCHINFO)
// TRUE if this element represents the last frame of the foreign
// exception stack trace.
BOOL fIsLastFrameFromForeignStackTrace;
-#endif // defined(FEATURE_EXCEPTIONDISPATCHINFO)
bool operator==(StackTraceElement const & rhs) const
{