Skip to content

Commit

Permalink
macho: remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Dec 4, 2023
1 parent 8135228 commit 3e7b45d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MachO.zig
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ pub fn flush(self: *MachO) !void {
// Parse dependent dylibs
try self.parseDependentDylibs(arena);

// TODO dedup dylibs

{
const index = @as(File.Index, @intCast(try self.files.addOne(gpa)));
self.files.set(index, .{ .internal = .{ .index = index } });
Expand Down

0 comments on commit 3e7b45d

Please sign in to comment.