mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Remove unneeded call
This commit is contained in:
@@ -287,7 +287,7 @@ __dynamic_map_set :: proc(h: Map_Header, hash: Map_Hash, value: rawptr, loc := #
|
|||||||
|
|
||||||
if __dynamic_map_full(h) {
|
if __dynamic_map_full(h) {
|
||||||
__dynamic_map_grow(h, loc)
|
__dynamic_map_grow(h, loc)
|
||||||
index = __dynamic_map_find(h, hash).entry_index
|
// index = __dynamic_map_find(h, hash).entry_index
|
||||||
// assert(index >= 0)
|
// assert(index >= 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user