summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-01-22 20:29:22 -0800
committerdanmosemsft <danmose@microsoft.com>2017-01-22 20:29:22 -0800
commitb22d638a79c93fad06ad30f49cd74c69e25deefe (patch)
tree2f0a73cc3d7fe5d3827619ba9fe895684c4b3339 /clr.coreclr.props
parent3a9b7218e6ea266463c7338099d6662d2bf7d439 (diff)
downloadcoreclr-b22d638a79c93fad06ad30f49cd74c69e25deefe.tar.gz
coreclr-b22d638a79c93fad06ad30f49cd74c69e25deefe.tar.bz2
coreclr-b22d638a79c93fad06ad30f49cd74c69e25deefe.zip
Remove FEATURE_EXCEPTIONDISPATCHINFO
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 6236f5602f..a8b9008533 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -15,7 +15,6 @@
<FeatureDbiOopDebugging_HostOneCorex86 Condition="'$(TargetArch)' == 'i386' or '$(TargetArch)' == 'arm'">true</FeatureDbiOopDebugging_HostOneCorex86>
<FeatureDbiOopDebugging_HostOneCoreamd64 Condition="'$(TargetArch)' == 'amd64'">true</FeatureDbiOopDebugging_HostOneCoreamd64>
<FeatureEventTrace>true</FeatureEventTrace>
- <FeatureExceptionDispatchInfo>true</FeatureExceptionDispatchInfo>
<FeatureExceptionNotifications>true</FeatureExceptionNotifications>
<FeatureFrameworkInternal>true</FeatureFrameworkInternal>
<FeatureHijack>true</FeatureHijack>