Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Apr 10, 2024
1 parent 8bfe4a0 commit 9ce634f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ const Node = union(enum) {
};
}

// TODO remove allocator
fn toDot(self: *const Node, str: *std.ArrayList(u8), path: []const u8, parent: []const u8) !void {
const comm = try self.commitment();
const hash = comm.mapToScalarField().toBytes();
Expand Down

0 comments on commit 9ce634f

Please sign in to comment.