From f585d13dd60bfa0f1dc1f41ba261b9058b105489 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 22 Oct 2022 05:15:06 +0300 Subject: [PATCH] rtld: remove unused macro FPTR_TARGET It is a remnant from the ia64 removal Sponsored by: The FreeBSD Foundation MFC after: 3 days --- libexec/rtld-elf/rtld.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index d40cd9f90f0b..2e99ba4d69cf 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -2531,10 +2531,6 @@ initlist_add_objects(Obj_Entry *obj, Obj_Entry *tail, Objlist *list) } } -#ifndef FPTR_TARGET -#define FPTR_TARGET(f) ((Elf_Addr) (f)) -#endif - static void free_needed_filtees(Needed_Entry *n, RtldLockState *lockstate) {