summaryrefslogtreecommitdiff
path: root/src/utilcode/clrconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilcode/clrconfig.cpp')
-rw-r--r--src/utilcode/clrconfig.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utilcode/clrconfig.cpp b/src/utilcode/clrconfig.cpp
index 3d1679150b..498601faec 100644
--- a/src/utilcode/clrconfig.cpp
+++ b/src/utilcode/clrconfig.cpp
@@ -100,7 +100,6 @@ BOOL CLRConfig::IsConfigEnabled(const ConfigDWORDInfo & info)
NOTHROW;
GC_NOTRIGGER;
FORBID_FAULT;
- SO_INTOLERANT;
}
CONTRACTL_END;
@@ -206,7 +205,6 @@ DWORD CLRConfig::GetConfigValue(const ConfigDWORDInfo & info, bool acceptExplici
NOTHROW;
GC_NOTRIGGER;
FORBID_FAULT;
- SO_TOLERANT; // Need this to be tolerant to stack overflows since REGUTIL::GetConfigDWORD was too. (This replaces calls to REGUTIL::GetConfigDWORD)
}
CONTRACTL_END;