From cbdebf953e0dd99ebbacdc030ebe50a8b65eeffe Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Thu, 24 Mar 2011 15:04:45 +0100
Subject: [PATCH 192/396] dl-hash.h: remove unused _dl_symbol and unneeded prototypes

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 ldso/include/dl-hash.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/ldso/include/dl-hash.h b/ldso/include/dl-hash.h
index c7effc5..f0df5f9 100644
--- a/ldso/include/dl-hash.h
+++ b/ldso/include/dl-hash.h
@@ -160,17 +160,7 @@ extern char *_dl_find_hash(const char *name, struct r_scope_elem *scope,
 		struct elf_resolve *mytpnt, int type_class,
 		struct symbol_ref *symbol);
 
-extern int _dl_linux_dynamic_link(void);
-
 extern char * _dl_library_path;
-extern char * _dl_not_lazy;
-
-static __inline__ int _dl_symbol(char * name)
-{
-  if (name[0] != '_' || name[1] != 'd' || name[2] != 'l' || name[3] != '_')
-    return 0;
-  return 1;
-}
 
 #define LD_ERROR_NOFILE 1
 #define LD_ERROR_NOZERO 2
-- 
1.7.0.4

