From 6927b6338b9655974db79c429e6ffc73037ab5e0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 29 Mar 2019 20:49:29 +0100 Subject: Fix ssa call, use correct tokenizer in error --- src/std/hash_map.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/std') diff --git a/src/std/hash_map.c b/src/std/hash_map.c index ab580ba..d9914e7 100644 --- a/src/std/hash_map.c +++ b/src/std/hash_map.c @@ -142,10 +142,6 @@ static void hash_map_reorder_nodes(HashMap *self, usize end_index) { bucket_node = bucket_node_get_next(bucket_node); } } - - /* All nodes removed in bucket */ - if(!prev_bucket_node) - bucket->start = NULL; } } -- cgit v1.2.3