summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/appdomain.hpp')
-rw-r--r--src/vm/appdomain.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vm/appdomain.hpp b/src/vm/appdomain.hpp
index 7fdf912327..8cfd08cc02 100644
--- a/src/vm/appdomain.hpp
+++ b/src/vm/appdomain.hpp
@@ -2550,11 +2550,6 @@ public:
LOG((LF_APPDOMAIN, LL_INFO1000, "AppDomain::ThreadExit from [%d] (%8.8x) %S count %d\n",
this, GetId().m_dwId,
GetFriendlyNameForLogging(), GetThreadEnterCount()));
-#if _DEBUG_ADUNLOAD
- printf("AppDomain::ThreadExit %x from [%d] (%8.8x) %S count %d\n",
- pThread->GetThreadId(), this, GetId().m_dwId,
- GetFriendlyNameForLogging(), GetThreadEnterCount());
-#endif
}
}
#endif // DACCESS_COMPILE
@@ -2908,10 +2903,6 @@ private:
while (lastStage !=stage)
lastStage = (Stage)FastInterlockCompareExchange((LONG*)&m_Stage,stage,lastStage);
};
- void UnwindThreads();
- // Return TRUE if EE is stopped
- // Return FALSE if more work is needed
- BOOL StopEEAndUnwindThreads(unsigned int retryCount, BOOL *pFMarkUnloadRequestThread);
// List of unloaded LoaderAllocators, protected by code:GetLoaderAllocatorReferencesLock (for now)
LoaderAllocator * m_pDelayedLoaderAllocatorUnloadList;