diff options
Diffstat (limited to 'libguile/gc.h')
-rw-r--r-- | libguile/gc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gc.h b/libguile/gc.h index 78ff02474..d3c995996 100644 --- a/libguile/gc.h +++ b/libguile/gc.h @@ -278,7 +278,6 @@ SCM_API struct scm_t_cell_type_statistics scm_i_master_freelist; SCM_API struct scm_t_cell_type_statistics scm_i_master_freelist2; SCM_API unsigned long scm_gc_malloc_collected; -SCM_API unsigned long scm_gc_ports_collected; SCM_API unsigned long scm_cells_allocated; SCM_API int scm_gc_malloc_yield_percentage; SCM_API unsigned long scm_mallocated; |