From 8c77e26ba8b360c851b2b9485bb4431aacc51ad1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 11 Oct 2022 13:23:25 +0100 Subject: 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 --- malloc/Versions | 1 - 1 file changed, 1 deletion(-) (limited to 'malloc/Versions') 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; -- cgit v1.2.3