elf: remove obsolete call to Dwarf.resolveRelocs

This commit is contained in:
Jakub Konka 2024-08-19 10:25:55 +02:00 committed by Jacob Young
parent fe6dfd5090
commit 6a86a1041c

View File

@ -1345,8 +1345,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod
try self.base.file.?.pwriteAll(code, file_offset);
}
if (zo.dwarf) |*dwarf| try dwarf.resolveRelocs();
if (has_reloc_errors) return error.FlushFailure;
}