macho: no need to parse symbol/string tables

This commit is contained in:
Jakub Konka
2020-12-13 21:51:48 +01:00
parent ae535111a4
commit 2d5d661703

View File

@@ -813,10 +813,6 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void {
return error.NoSymbolTableFound;
}
// Parse symbol and string tables.
try self.parseSymbolTable();
try self.parseStringTable();
// Parse dyld info
try self.parseBindingInfoTable();
try self.parseLazyBindingInfoTable();