mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
rtld: remove unused macro FPTR_TARGET
It is a remnant from the ia64 removal Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
15b3e3bb7e
commit
f585d13dd6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user