summaryrefslogtreecommitdiff
path: root/elf/libc_early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/libc_early_init.c')
-rw-r--r--elf/libc_early_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/elf/libc_early_init.c b/elf/libc_early_init.c
index 4da170a7ca..8043559dce 100644
--- a/elf/libc_early_init.c
+++ b/elf/libc_early_init.c
@@ -17,7 +17,6 @@
<https://www.gnu.org/licenses/>. */
#include <ctype.h>
-#include <elision-conf.h>
#include <libc-early-init.h>
#include <libc-internal.h>
#include <lowlevellock.h>
@@ -47,10 +46,6 @@ __libc_early_init (_Bool initial)
__getrandom_early_init (initial);
-#if ENABLE_ELISION_SUPPORT
- __lll_elision_init ();
-#endif
-
/* Initialize system malloc (needs __libc_initial to be set). */
call_function_static_weak (__ptmalloc_init);
}