Skip to content

Commit

Permalink
tools: delete unused variables
Browse files Browse the repository at this point in the history
They're just noise and generate compiler warnings.
  • Loading branch information
matheusmoreira committed Nov 17, 2023
1 parent 900897d commit 698ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tools/create-lone-segment.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static struct lone_elf_program_header_table find_program_header_table(struct lon
static void set_lone_entry(struct lone_bytes elf, unsigned char elf_class, struct lone_elf_program_header_table phdrs)
{
unsigned char *table = phdrs.address;
size_t base, address, size, alignment, flags, i;
size_t i;
Elf32_Phdr *pt_phdr32 = NULL, *phdr32;
Elf64_Phdr *pt_phdr64 = NULL, *phdr64;

Expand Down

0 comments on commit 698ab12

Please sign in to comment.