From 2d398aa272648a6078b56899db84f86f7b3bdf39 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 23 Apr 2019 13:12:13 -0700 Subject: 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 Reviewed-by: DJ Delorie --- malloc/arena.c | 1 - 1 file changed, 1 deletion(-) (limited to 'malloc') diff --git a/malloc/arena.c b/malloc/arena.c index efca2bcf68..8309c1334c 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -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) { -- cgit v1.2.3