summaryrefslogtreecommitdiff
path: root/ldso/include/dl-hash.h
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-09-18 14:14:56 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-09-18 14:14:56 +0000
commit50adcf84a2bd24ad9aa3fa87e368007d02a5102d (patch)
treea9c3bd6a465d69d4e3d87a7fa3ab564ff1889357 /ldso/include/dl-hash.h
parentaa10bfef77aad39cf9c0ab78f28907e25f5786cb (diff)
Remove unused function.
Diffstat (limited to 'ldso/include/dl-hash.h')
-rw-r--r--ldso/include/dl-hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index 00b9c87f6..9ddce570e 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.h
@@ -69,7 +69,6 @@ extern struct dyn_elf * _dl_symbol_tables;
extern struct elf_resolve * _dl_loaded_modules;
extern struct dyn_elf * _dl_handles;
-extern struct elf_resolve * _dl_check_hashed_files(const char * libname);
extern struct elf_resolve * _dl_add_elf_hash_table(const char * libname,
char * loadaddr, unsigned long * dynamic_info,
unsigned long dynamic_addr, unsigned long dynamic_size);