summaryrefslogtreecommitdiff
path: root/libguile/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gc.c')
-rw-r--r--libguile/gc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/gc.c b/libguile/gc.c
index eb2e15c3c..df78a62b3 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -720,12 +720,6 @@ scm_init_storage ()
j = SCM_HEAP_SEG_SIZE;
- /* Initialise the list of ports. */
- scm_i_port_table = (scm_t_port **)
- malloc (sizeof (scm_t_port *) * scm_i_port_table_room);
- if (!scm_i_port_table)
- return 1;
-
#if 0
/* We can't have a cleanup handler since we have no thread to run it
in. */