diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-11 13:23:25 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-28 18:43:58 +0100 |
commit | 8c77e26ba8b360c851b2b9485bb4431aacc51ad1 (patch) | |
tree | bca09d61b08c490108fb5dd3f4b3b3be7c8be2ae /malloc/Versions | |
parent | 2eeeee7636cb52a09740598404808def17cf750e (diff) | |
download | glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.tar glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.tar.gz glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.tar.bz2 glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.zip |
Remove unused scratch_buffer_dupfree
Turns out scratch_buffer_dupfree internal API was unused since
commit ef0700004bf0dccf493a5e8e21f71d9e7972ea9f
stdlib: Simplify buffer management in canonicalize
And the related test in malloc/tst-scratch_buffer had issues
so it's better to remove it completely.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/Versions b/malloc/Versions index 0a0bcf4bb5..c763395c6d 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -75,7 +75,6 @@ libc { __libc_thread_freeres; # struct scratch_buffer support - __libc_scratch_buffer_dupfree; __libc_scratch_buffer_grow; __libc_scratch_buffer_grow_preserve; __libc_scratch_buffer_set_array_size; |