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/Makefile | |
parent | 2eeeee7636cb52a09740598404808def17cf750e (diff) | |
download | glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.zip glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.tar.gz glibc-8c77e26ba8b360c851b2b9485bb4431aacc51ad1.tar.bz2 |
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/Makefile')
-rw-r--r-- | malloc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 4e32de2..211be75 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -123,7 +123,6 @@ tests-mcheck = $(filter-out $(tests-exclude-mcheck) $(tests-static), $(tests)) endif routines = malloc mcheck mtrace obstack reallocarray \ - scratch_buffer_dupfree \ scratch_buffer_grow scratch_buffer_grow_preserve \ scratch_buffer_set_array_size \ dynarray_at_failure \ |