summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
diff options
context:
space:
mode:
authorSteve MacLean <stmaclea@microsoft.com>2019-03-05 01:54:24 -0500
committerGitHub <noreply@github.com>2019-03-05 01:54:24 -0500
commit7d54e6130f0db16b2eaa80272076ae3bd725cf69 (patch)
treeeea02f7b83e54994581422ded7bfcb30e6fcade9 /src/vm/threads.h
parent14caedf474161891c09e740448f07e541e7a95b5 (diff)
downloadcoreclr-7d54e6130f0db16b2eaa80272076ae3bd725cf69.tar.gz
coreclr-7d54e6130f0db16b2eaa80272076ae3bd725cf69.tar.bz2
coreclr-7d54e6130f0db16b2eaa80272076ae3bd725cf69.zip
Remove dead ContainToAppDomain (#23021)
* Remove dead ContainToAppDomain * Respond to feedback
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r--src/vm/threads.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h
index 90a8931974..959ae490dd 100644
--- a/src/vm/threads.h
+++ b/src/vm/threads.h
@@ -1242,8 +1242,7 @@ public:
TSNC_ADUnloadHelper = 0x00002000, // This thread is AD Unload helper.
TSNC_CreatingTypeInitException = 0x00004000, // Thread is trying to create a TypeInitException
// unused = 0x00008000,
- TSNC_AppDomainContainUnhandled = 0x00010000, // Used to control how unhandled exception reporting occurs.
- // See detailed explanation for this bit in threads.cpp
+ // unused = 0x00010000,
TSNC_InRestoringSyncBlock = 0x00020000, // The thread is restoring its SyncBlock for Object.Wait.
// After the thread is interrupted once, we turn off interruption
// at the beginning of wait.