mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 12:21:02 -08:00
Remove unneeded line that makes compilation fail with threads enabled.
This commit is contained in:
parent
5d0c5ebafe
commit
585fd4aa33
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue