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>
locale: Add LOCPATH diagnostics to the locale program.

View File

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