summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Runtime/GcSettings.cs
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-13 04:19:55 -0800
committerGitHub <noreply@github.com>2016-12-13 04:19:55 -0800
commit1cfbb8d79d65ea972eed8d73458fdf93697d031e (patch)
tree0f0a44b613308b3db18970ecb217924c0df58464 /src/mscorlib/src/System/Runtime/GcSettings.cs
parenta6b60a049a78480e651e8c791fed43ffc3846438 (diff)
downloadcoreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.tar.gz
coreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.tar.bz2
coreclr-1cfbb8d79d65ea972eed8d73458fdf93697d031e.zip
Delete HostProtection attributes (#8610)
Diffstat (limited to 'src/mscorlib/src/System/Runtime/GcSettings.cs')
-rw-r--r--src/mscorlib/src/System/Runtime/GcSettings.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/src/System/Runtime/GcSettings.cs b/src/mscorlib/src/System/Runtime/GcSettings.cs
index fc70183508..91997f5297 100644
--- a/src/mscorlib/src/System/Runtime/GcSettings.cs
+++ b/src/mscorlib/src/System/Runtime/GcSettings.cs
@@ -47,7 +47,6 @@ namespace System.Runtime {
}
// We don't want to allow this API when hosted.
- [HostProtection(MayLeakOnAbort = true)]
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
set
{
@@ -71,7 +70,6 @@ namespace System.Runtime {
}
// We don't want to allow this API when hosted.
- [HostProtection(MayLeakOnAbort = true)]
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
set
{