Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
This import must be removed to prevent a compile error introduced in
0.14.0-dev.1409+6d2945f1f that prevents decls and fields from having the
same name.
  • Loading branch information
dweiller committed Nov 1, 2024
1 parent 1af686e commit 9e7fa4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ThreadHeapMap.zig
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ const Allocator = std.mem.Allocator;

const Heap = @import("Heap.zig");
const log = @import("log");
const list = @import("list.zig");

0 comments on commit 9e7fa4e

Please sign in to comment.