From d58dd0883c480e27de5ebfba80fd8b35091a2296 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 23 Sep 2008 15:07:43 +0000 Subject: ldso: removed dead code. Signed-off-by: Carmelo Amoroso --- ldso/ldso/dl-elf.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c index 6c0e80544..d22eccc8d 100644 --- a/ldso/ldso/dl-elf.c +++ b/ldso/ldso/dl-elf.c @@ -151,16 +151,6 @@ search_for_named_library(const char *name, int secure, const char *path_list, /* another bit of local storage */ mylibname = alloca(2050); - /* gcc inlines alloca using a single instruction adjusting - * the stack pointer and no stack overflow check and thus - * no NULL error return. No point leaving in dead code... */ -#if 0 - if (!path || !mylibname) { - _dl_dprintf(2, "Out of memory!\n"); - _dl_exit(0); - } -#endif - _dl_memcpy(path, path_list, done+1); /* Unlike ldd.c, don't bother to eliminate double //s */ -- cgit v1.2.3