aboutsummaryrefslogtreecommitdiff
path: root/src/std
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-29 20:49:29 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit6927b6338b9655974db79c429e6ffc73037ab5e0 (patch)
tree269b4a096fcd38432fc709a72b6e872334652403 /src/std
parentfe9971d379766a4f7d4576495caff9ffaa80cfef (diff)
Fix ssa call, use correct tokenizer in error
Diffstat (limited to 'src/std')
-rw-r--r--src/std/hash_map.c4
1 files changed, 0 insertions, 4 deletions
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;
}
}