From fcbb1441d07db81899d7a7063405544e6f31e2af Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 8 Jan 2022 12:42:36 +0200 Subject: [PATCH] ldconfig: remove two symbols _PATH_LD32_HINTS is unused because it is a.out remnant. _PATH_ELF32_HINTS is provided by rtld_paths.h already. Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sbin/ldconfig/ldconfig.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index a045f0523a6a..b30404fba7db 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -50,9 +50,6 @@ #include "ldconfig.h" #include "rtld_paths.h" -#define _PATH_LD32_HINTS "/var/run/ld32.so.hints" -#define _PATH_ELF32_HINTS "/var/run/ld-elf32.so.hints" - static void usage(void); int