Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Nov 6, 2024
1 parent 39fa7c1 commit a3a5f8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/accountsdb/sysvars.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ const ArrayList = std.ArrayList;
const Slot = @import("../core/time.zig").Slot;
const Epoch = @import("../core/time.zig").Epoch;
const Pubkey = @import("../core/pubkey.zig").Pubkey;
const Hash = @import("../core/hash.zig").Hash;

const StakeHistoryEntry = @import("./snapshots.zig").StakeHistoryEntry;
const UnixTimestamp = @import("genesis_config.zig").UnixTimestamp;
const ThreadPool = @import("../sync/thread_pool.zig").ThreadPool;

const BitVec = @import("../bloom/bit_vec.zig").BitVec;
const DynamicArrayBitSet = @import("../bloom/bit_set.zig").DynamicArrayBitSet;
const BitVecConfig = @import("../bloom/bit_vec.zig").BitVecConfig;
const bincode = @import("../bincode/bincode.zig");
Expand Down
1 change: 0 additions & 1 deletion src/shred_collector/shred_tracker.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const std = @import("std");
const sig = @import("../sig.zig");
const shred_collector = @import("lib.zig");

const Allocator = std.mem.Allocator;
const ArrayList = std.ArrayList;
Expand Down
1 change: 0 additions & 1 deletion src/shred_collector/shred_verifier.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const std = @import("std");
const sig = @import("../sig.zig");
const shred_collector = @import("lib.zig");

const shred_layout = sig.ledger.shred.layout;

Expand Down

0 comments on commit a3a5f8f

Please sign in to comment.