Remove header cache code

This commit is contained in:
gingerBill
2022-09-21 13:06:02 +01:00
parent 4f50988799
commit 831620bfc4
4 changed files with 0 additions and 34 deletions
-3
View File
@@ -82,7 +82,6 @@ __dynamic_map_set :: proc "odin" (m: rawptr, table: Map_Header_Table, key_hash:
}
return prev
}
assert(condition = m != nil)
h := Map_Header{(^Raw_Map)(m), table}
@@ -126,8 +125,6 @@ __dynamic_map_set :: proc "odin" (m: rawptr, table: Map_Header_Table, key_hash:
// USED INTERNALLY BY THE COMPILER
__dynamic_map_reserve :: proc "odin" (m: rawptr, table: Map_Header_Table, cap: uint, loc := #caller_location) {
assert(condition = m != nil)
h := Map_Header{(^Raw_Map)(m), table}
c := context