1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Oops, I left a duplicate 'relocbase' declaration.

Submitted by:  Koop Mast <kwm@rainbow-runner.nl>
This commit is contained in:
Peter Wemm 2004-05-17 22:26:17 +00:00
parent 9b8f137b2d
commit 31f1cfb7e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129368

View File

@ -280,7 +280,6 @@ elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type,
elf_lookup_fn lookup)
{
const Elf_Rela *rela;
Elf_Addr relocbase;
Elf_Half *where32;
Elf_Addr *where;
Elf_Word rtype, symidx;