summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/strike.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/SOS/Strike/strike.cpp')
-rw-r--r--src/ToolBox/SOS/Strike/strike.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ToolBox/SOS/Strike/strike.cpp b/src/ToolBox/SOS/Strike/strike.cpp
index 7d74458d46..f85957ee14 100644
--- a/src/ToolBox/SOS/Strike/strike.cpp
+++ b/src/ToolBox/SOS/Strike/strike.cpp
@@ -6562,10 +6562,6 @@ HRESULT PrintSpecialThreads()
{
type += "Finalizer ";
}
- if (ThreadType & ThreadType_ADUnloadHelper)
- {
- type += "ADUnloadHelper ";
- }
if (ThreadType & ThreadType_ShutdownHelper)
{
type += "ShutdownHelper ";