summaryrefslogtreecommitdiff
path: root/typd_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'typd_mlc.c')
-rw-r--r--typd_mlc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/typd_mlc.c b/typd_mlc.c
index f43e3fe3..cf50ab19 100644
--- a/typd_mlc.c
+++ b/typd_mlc.c
@@ -98,20 +98,11 @@ STATIC typed_ext_descr_t * GC_ext_descriptors = NULL;
/* Points to array of extended */
/* descriptors. */
-STATIC size_t GC_ed_size = 0; /* Current size of above arrays. */
#define ED_INITIAL_SIZE 100
-STATIC size_t GC_avail_descr = 0; /* Next available slot. */
-
STATIC int GC_typed_mark_proc_index = 0; /* Indices of my mark */
STATIC int GC_array_mark_proc_index = 0; /* procedures. */
-#ifdef AO_HAVE_load_acquire
- STATIC volatile AO_t GC_explicit_typing_initialized = FALSE;
-#else
- STATIC GC_bool GC_explicit_typing_initialized = FALSE;
-#endif
-
STATIC void GC_push_typed_structures_proc(void)
{
GC_PUSH_ALL_SYM(GC_ext_descriptors);