mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Doh, erase unused variable...
This commit is contained in:
parent
7d962e5cc5
commit
ba454f638c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ int
|
|||
ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
|
||||
Elf_Off dataoff, size_t len, void *dest)
|
||||
{
|
||||
Elf_Addr *where, addr, addend;
|
||||
Elf_Addr *where, addend;
|
||||
Elf_Word rtype, symidx;
|
||||
const Elf_Rela *rela;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue