mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove another GC 6.8 hack
* libguile/gc.c (scm_storage_prehistory): Remove hack for BDW-GC 6.8.
This commit is contained in:
parent
3cff108dde
commit
a0a4d859c4
1 changed files with 0 additions and 7 deletions
|
@ -593,13 +593,6 @@ scm_storage_prehistory ()
|
|||
|
||||
GC_INIT ();
|
||||
|
||||
#if (! ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7))) \
|
||||
&& (defined SCM_I_GSC_USE_PTHREAD_THREADS)
|
||||
/* When using GC 6.8, this call is required to initialize thread-local
|
||||
freelists (shouldn't be necessary with GC 7.0). */
|
||||
GC_init ();
|
||||
#endif
|
||||
|
||||
GC_expand_hp (SCM_DEFAULT_INIT_HEAP_SIZE_2);
|
||||
|
||||
/* We only need to register a displacement for those types for which the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue