Remove spurious references to _dl_open_hook

_dl_open_hook was removed in commit 466c1ea15f
("dlfcn: Rework static dlopen hooks").

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer 2022-08-01 15:49:07 +02:00
parent e03f5ccd6c
commit 032712621f
2 changed files with 0 additions and 9 deletions

View File

@ -25,10 +25,6 @@
void (*IO_accept_foreign_vtables) (void) attribute_hidden;
/* Used to detected multiple libcs. */
extern struct dl_open_hook *_dl_open_hook;
libc_hidden_proto (_dl_open_hook);
#else /* !SHARED */
/* Used to check whether static dlopen support is needed. */

View File

@ -300,11 +300,6 @@ next_env_entry (char ***position)
#endif
#ifdef SHARED
extern struct dl_open_hook *_dl_open_hook;
libc_hidden_proto (_dl_open_hook);
#endif
#if USE_TCACHE
static void tcache_key_initialize (void);
#endif