| author | |
| committer | |
| log | ab43f2376e5aa0541cfe6902a44bd8943d1cb5ec |
| tree | 6c03703b6d0b44f3e930b2aaa987c76e3cf7f7f1 |
| parent | ecf555c6931afdb32af4ad0f84311986e0fa3687 |
1 files changed, 0 insertions(+), 4 deletions(-)
lib/std/hash_map.zig-4| ... | ... | @@ -398,10 +398,6 @@ pub fn HashMapUnmanaged( |
| 398 | 398 | return size * 100 < max_load_percentage * cap; |
| 399 | 399 | } |
| 400 | 400 | |
| 401 | pub fn init(allocator: *Allocator) Self { | |
| 402 | return .{}; | |
| 403 | } | |
| 404 | ||
| 405 | 401 | pub fn deinit(self: *Self, allocator: *Allocator) void { |
| 406 | 402 | self.deallocate(allocator); |
| 407 | 403 | self.* = undefined; |