summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gcpriv.h')
-rw-r--r--src/gc/gcpriv.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gc/gcpriv.h b/src/gc/gcpriv.h
index 9f6abe40d4..703059a636 100644
--- a/src/gc/gcpriv.h
+++ b/src/gc/gcpriv.h
@@ -2736,19 +2736,6 @@ protected:
static
uint32_t __stdcall bgc_thread_stub (void* arg);
-#ifdef FEATURE_REDHAWK
- // Helper used to wrap the start routine of background GC threads so we can do things like initialize the
- // Redhawk thread state which requires running in the new thread's context.
- static uint32_t WINAPI rh_bgc_thread_stub(void * pContext);
-
- // Context passed to the above.
- struct rh_bgc_thread_ctx
- {
- PTHREAD_START_ROUTINE m_pRealStartRoutine;
- gc_heap * m_pRealContext;
- };
-#endif //FEATURE_REDHAWK
-
#endif //BACKGROUND_GC
public: