diff options
| -rw-r--r-- | ldso/libdl/libdl.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 028b9ad05..3957e846f 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -612,9 +612,7 @@ void *dlsym(void *vhandle, const char *name)  	ElfW(Addr) from;  	struct dyn_elf *rpnt;  	void *ret; -#if defined(USE_TLS) && USE_TLS && defined SHARED  	struct elf_resolve *tls_tpnt = NULL; -#endif  	/* Nastiness to support underscore prefixes.  */  #ifdef __UCLIBC_UNDERSCORES__  	char tmp_buf[80];  | 
