Преглед изворни кода

- remove shadows declaration of struct st (already declared in function scope)

Bernhard Reutner-Fischer пре 15 година
родитељ
комит
aab693bbfc
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      ldso/ldso/ldso.c

+ 0 - 1
ldso/ldso/ldso.c

@@ -495,7 +495,6 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr,
 
 #ifdef __LDSO_PRELOAD_FILE_SUPPORT__
 	do {
-		struct stat st;
 		char *preload;
 		int fd;
 		char c, *cp, *cp2;