From 585fd4aa336a594d8b1b65fbe7286cb2797c3a54 Mon Sep 17 00:00:00 2001 From: goffioul Date: Wed, 19 Oct 2005 08:19:56 +0000 Subject: [PATCH] Remove unneeded line that makes compilation fail with threads enabled. --- src/c/alloc_2.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c/alloc_2.d b/src/c/alloc_2.d index 0c1a2a05a..796620a97 100644 --- a/src/c/alloc_2.d +++ b/src/c/alloc_2.d @@ -300,7 +300,6 @@ stacks_scanner() GC_push_all((ptr_t)cl_symbols, (ptr_t)(cl_symbols + cl_num_symbols_in_core)); #ifdef ECL_THREADS l = cl_core.processes; - struct cl_env_struct cl_env_ptr; if (l == OBJNULL) { ecl_mark_env(&cl_env); } else {