Skip to content

Commit bd7715b

Browse files
committed
ELF.h: fix warning
1 parent df24305 commit bd7715b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpcs3/Loader/ELF.h

-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ class elf_object
456456
// Rely on previous sh_offset value!
457457
if (hdr.p_offset <= shdr.sh_offset && shdr.sh_offset + shdr.sh_size - 1 <= hdr.p_offset + hdr.p_filesz - 1)
458458
{
459-
const auto& prog = ::at32(progs, p_index);
460459
out.sh_offset = data_base + shdr.sh_offset - hdr.p_offset;
461460
result = true;
462461
break;

0 commit comments

Comments
 (0)