diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/fileops.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libio/fileops.c b/libio/fileops.c index 3277af8a32..fe8093e7b2 100644 --- a/libio/fileops.c +++ b/libio/fileops.c @@ -398,10 +398,6 @@ _IO_new_file_fopen (fp, filename, mode, is32not64) /* Set the mode now. */ result->_mode = 1; - - /* We don't need the step data structure anymore. */ - __gconv_release_cache (fcts.towc, fcts.towc_nsteps); - __gconv_release_cache (fcts.tomb, fcts.tomb_nsteps); } } #endif /* GNU libc */ |