Disabled more unused code (the cache allocation is disabled, so no need for
deallocation). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1f285441c3
commit
f603ab3c58
@ -459,10 +459,12 @@ __gconv_release_cache (struct __gconv_step *steps, size_t nsteps)
|
||||
/* Free all resources if necessary. */
|
||||
libc_freeres_fn (free_mem)
|
||||
{
|
||||
#if 0
|
||||
if (cache_malloced)
|
||||
free (gconv_cache);
|
||||
#ifdef _POSIX_MAPPED_FILES
|
||||
else
|
||||
__munmap (gconv_cache, cache_size);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user