]> git.ipfire.org Git - thirdparty/qemu.git/commit
bsd-user: Remove dead #ifdefs from elfload.c
authorWarner Losh <imp@FreeBSD.org>
Fri, 6 Aug 2021 17:56:45 +0000 (11:56 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commit2ab2b01c2b75d75758255c66ece81fde636e7f2b
treec8161f568a097d69774ed6290da4ff5340bad83b
parent98b34d354b5da78880cb39dc3a7db91c790f7c7d
bsd-user: Remove dead #ifdefs from elfload.c

LOW_ELF_STACK doesn't exist on FreeBSD and likely never will. Remove it.
Likewise, remove an #if 0 block that's not useful

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/elfload.c