diff options
Diffstat (limited to 'libio/strops.c')
-rw-r--r-- | libio/strops.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libio/strops.c b/libio/strops.c index c3b6625a1d..d679a0de63 100644 --- a/libio/strops.c +++ b/libio/strops.c @@ -108,11 +108,6 @@ _IO_str_init_static (sf, ptr, size, pstart) } /* A null _allocate_buffer function flags the strfile as being static. */ sf->_s._allocate_buffer = (_IO_alloc_type) 0; - -#ifdef _IO_MTSAFE_IO - /* We never have to lock this stream. */ - __fsetlocking ((FILE *) fp, FSETLOCKING_BYCALLER); -#endif } void |