mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Removed debugging statement
This commit is contained in:
parent
53e1918169
commit
0210ca16d0
1 changed files with 0 additions and 1 deletions
|
|
@ -246,7 +246,6 @@ init_alloc(void)
|
|||
GC_time_limit = GC_TIME_UNLIMITED;
|
||||
GC_init();
|
||||
if (ecl_get_option(ECL_OPT_INCREMENTAL_GC)) {
|
||||
printf("Enable incremental\n");
|
||||
GC_enable_incremental();
|
||||
}
|
||||
GC_register_displacement(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue