summaryrefslogtreecommitdiff
path: root/src/vm/exinfo.h
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 10:43:35 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 16:55:37 -0800
commit2215a4e81c0d4f10edf9ff440c51b240586865e1 (patch)
treeedc8b28374ef8524b7453649aa3e710926a086f5 /src/vm/exinfo.h
parentba2dc9d177a63701e176c793df7fd9c21fe85548 (diff)
downloadcoreclr-2215a4e81c0d4f10edf9ff440c51b240586865e1.tar.gz
coreclr-2215a4e81c0d4f10edf9ff440c51b240586865e1.tar.bz2
coreclr-2215a4e81c0d4f10edf9ff440c51b240586865e1.zip
Remove always defined FEATURE_EXCEPTION_NOTIFICATIONS
Diffstat (limited to 'src/vm/exinfo.h')
-rw-r--r--src/vm/exinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/exinfo.h b/src/vm/exinfo.h
index 2a8030fb56..6b34e71116 100644
--- a/src/vm/exinfo.h
+++ b/src/vm/exinfo.h
@@ -109,7 +109,6 @@ public:
}
#endif // FEATURE_CORRUPTING_EXCEPTIONS
-#ifdef FEATURE_EXCEPTION_NOTIFICATIONS
private:
BOOL m_fDeliveredFirstChanceNotification;
public:
@@ -126,7 +125,6 @@ public:
m_fDeliveredFirstChanceNotification = fDelivered;
}
-#endif // FEATURE_EXCEPTION_NOTIFICATIONS
// Returns the exception tracker previous to the current
inline PTR_ExInfo GetPreviousExceptionTracker()