[git commit master 1/1] ldso: remove now unused variable
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Mon Feb 14 19:54:57 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=133bc4376ac6c1042a88d9129f850158dbaed029
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
ldso/libdl/libdl.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index ee5cd44..68cd579 100644
--- a/ldso/libdl/libdl.c
+++ b/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__
--
1.7.3.4
More information about the uClibc-cvs
mailing list