Browse Source

ldso: remove now unused variable

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
133bc4376a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ldso/libdl/libdl.c

+ 0 - 1
ldso/libdl/libdl.c

@@ -612,7 +612,6 @@ void *dlsym(void *vhandle, const char *name)
 	ElfW(Addr) from;
 	struct dyn_elf *rpnt;
 	void *ret;
-	struct elf_resolve *tls_tpnt = NULL;
 	struct symbol_ref sym_ref = { NULL, NULL };
 	/* Nastiness to support underscore prefixes.  */
 #ifdef __UCLIBC_UNDERSCORES__