diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 5c70b4f263..8a52fc7790 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -44,13 +44,6 @@ _dl_sysdep_open_zero_fill (void) } #endif -/* This should never be called. */ -void -_dl_sysdep_fatal (void) -{ - assert (! "_dl_sysdep_fatal called"); -} - /* Read the whole contents of FILE into new mmap'd space with given protections. *SIZEP gets the size of the file. */ |