OSDN Git Service

ldso: remove now unused variable
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 13 Feb 2011 15:09:00 +0000 (16:09 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 14 Feb 2011 19:52:51 +0000 (20:52 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/libdl/libdl.c

index ee5cd44..68cd579 100644 (file)
@@ -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__