1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove do_set_mallopt_check prototype

Remove do_set_mallopt_check prototype since it is unused.

	* malloc/arena.c (do_set_mallopt_check): Removed.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
H.J. Lu
2019-04-23 13:12:13 -07:00
parent e485b2b6e0
commit 2d398aa272
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-04-23 H.J. Lu <hongjiu.lu@intel.com>
* malloc/arena.c (do_set_mallopt_check): Removed.
2019-04-23 Florian Weimer <fweimer@redhat.com> 2019-04-23 Florian Weimer <fweimer@redhat.com>
locale: Add LOCPATH diagnostics to the locale program. locale: Add LOCPATH diagnostics to the locale program.

View File

@ -207,7 +207,6 @@ __malloc_fork_unlock_child (void)
} }
#if HAVE_TUNABLES #if HAVE_TUNABLES
static inline int do_set_mallopt_check (int32_t value);
void void
TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp) TUNABLE_CALLBACK (set_mallopt_check) (tunable_val_t *valp)
{ {