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:
Konstantin Belousov 2022-10-22 05:15:06 +03:00
parent 15b3e3bb7e
commit f585d13dd6

View File

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