git: f585d13dd60b - main - rtld: remove unused macro FPTR_TARGET

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 22 Oct 2022 02:17:33 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=f585d13dd60bfa0f1dc1f41ba261b9058b105489

commit f585d13dd60bfa0f1dc1f41ba261b9058b105489
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-10-22 02:15:06 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-22 02:15:06 +0000

    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)
 {