| ... | @@ -398,10 +398,6 @@ pub fn HashMapUnmanaged( | ... | @@ -398,10 +398,6 @@ pub fn HashMapUnmanaged( |
| 398 | return size * 100 < max_load_percentage * cap; | 398 | return size * 100 < max_load_percentage * cap; |
| 399 | } | 399 | } |
| 400 | | 400 | |
| 401 | pub fn init(allocator: *Allocator) Self { | | |
| 402 | return .{}; | | |
| 403 | } | | |
| 404 | | | |
| 405 | pub fn deinit(self: *Self, allocator: *Allocator) void { | 401 | pub fn deinit(self: *Self, allocator: *Allocator) void { |
| 406 | self.deallocate(allocator); | 402 | self.deallocate(allocator); |
| 407 | self.* = undefined; | 403 | self.* = undefined; |