Places: Remove old unused definition

This commit is contained in:
Kevin Tew 2010-08-19 10:45:08 -06:00
parent b86e48a567
commit f031fa4ad1

View File

@ -405,10 +405,6 @@ GC2_EXTERN void GC_write_barrier(void *p);
Explicit write barrier to ensure that a write-barrier signal is not Explicit write barrier to ensure that a write-barrier signal is not
triggered by a memory write. triggered by a memory write.
*/ */
GC2_EXTERN void GC_switch_in_master_gc();
/*
Makes the current thread the master GC thread.
*/
GC2_EXTERN void GC_switch_out_master_gc(); GC2_EXTERN void GC_switch_out_master_gc();
/* /*
Makes the current GC the master GC. Makes the current GC the master GC.