aboutsummaryrefslogtreecommitdiff
path: root/gmon/gmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r--gmon/gmon.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c
index 5e99a7351d..97be1f72ca 100644
--- a/gmon/gmon.c
+++ b/gmon/gmon.c
@@ -46,11 +46,6 @@
#include <libc-internal.h>
#include <not-cancel.h>
-#if HAVE_TUNABLES
-# define TUNABLE_NAMESPACE gmon
-# include <elf/dl-tunables.h>
-#endif
-
#ifdef PIC
# include <link.h>
@@ -130,20 +125,9 @@ __monstartup (u_long lowpc, u_long highpc)
struct gmonparam *p = &_gmonparam;
long int minarcs, maxarcs;
-#if HAVE_TUNABLES
- /* Read minarcs/maxarcs tunables. */
- minarcs = TUNABLE_GET (minarcs, int32_t, NULL);
- maxarcs = TUNABLE_GET (maxarcs, int32_t, NULL);
- if (maxarcs < minarcs)
- {
- ERR("monstartup: maxarcs < minarcs, setting maxarcs = minarcs\n");
- maxarcs = minarcs;
- }
-#else
/* No tunables, we use hardcoded defaults */
minarcs = MINARCS;
maxarcs = MAXARCS;
-#endif
/*
* If we are incorrectly called twice in a row (without an