Skip to content

Commit

Permalink
refactor(shred-collector): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Jun 5, 2024
1 parent 545e0c6 commit 07b2f2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/shred_collector/shred.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const sig = @import("../lib.zig");
const bincode = sig.bincode;

const Allocator = std.mem.Allocator;
const ArrayList = std.ArrayList;

const BitFlags = sig.utils.bitflags.BitFlags;
const Hash = sig.core.Hash;
Expand Down
1 change: 0 additions & 1 deletion src/shred_collector/shred_receiver.zig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const RepairMessage = shred_collector.repair_message.RepairMessage;
const Slot = sig.core.Slot;
const SocketThread = sig.net.SocketThread;

const endpointToString = sig.net.endpointToString;

const num_tvu_receivers = 2;

Expand Down

0 comments on commit 07b2f2f

Please sign in to comment.