diff options
Diffstat (limited to 'libguile/ports.c')
-rw-r--r-- | libguile/ports.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/ports.c b/libguile/ports.c index fcf4122a8..bee2c8687 100644 --- a/libguile/ports.c +++ b/libguile/ports.c @@ -582,11 +582,8 @@ scm_c_make_port_with_encoding (scm_t_bits tag, unsigned long mode_bits, SCM_SET_CELL_WORD_1 (ret, (scm_t_bits) entry); SCM_SET_CELL_WORD_2 (ret, (scm_t_bits) ptob); - entry->lock = NULL; -#if 0 entry->lock = scm_gc_malloc_pointerless (sizeof (*entry->lock), "port lock"); scm_i_pthread_mutex_init (entry->lock, scm_i_pthread_mutexattr_recursive); -#endif entry->file_name = SCM_BOOL_F; entry->rw_active = SCM_PORT_NEITHER; |