Skip to content

Commit

Permalink
fix(cmd): cleanup service no longer takes an allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Sep 5, 2024
1 parent a9c8694 commit 88e63c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd/cmd.zig
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ fn validator() !void {
);

var cleanup_service_handle = try std.Thread.spawn(.{}, sig.ledger.cleanup_service.run, .{
allocator,
app_base.logger,
blockstore_reader,
blockstore_writer,
Expand Down Expand Up @@ -789,7 +788,6 @@ fn shredCollector() !void {
);

var cleanup_service_handle = try std.Thread.spawn(.{}, sig.ledger.cleanup_service.run, .{
allocator,
app_base.logger,
blockstore_reader,
blockstore_writer,
Expand Down

0 comments on commit 88e63c0

Please sign in to comment.