]> sourceware.org Git - glibc.git/commitdiff
Remove do_set_mallopt_check prototype
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Apr 2019 20:12:13 +0000 (13:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 23 Apr 2019 20:12:25 +0000 (13:12 -0700)
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>
ChangeLog
malloc/arena.c

index 4c36d10917115e948ab6a02dd07808a7b0398c77..cce3b9daeb49a81c95be66c2d54ea2aea0b1a8b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index efca2bcf682667c618e285b2357888d10d336c5f..8309c1334cb1bab2ef230960fe60b34f66d844c9 100644 (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)
 {
This page took 0.06859 seconds and 5 git commands to generate.