mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Remove old code
This commit is contained in:
@@ -23,16 +23,3 @@ make_any :: proc "contextless" (data: rawptr, id: typeid) -> any {
|
|||||||
}
|
}
|
||||||
|
|
||||||
raw_data :: builtin.raw_data
|
raw_data :: builtin.raw_data
|
||||||
|
|
||||||
|
|
||||||
Poly_Raw_Map_Entry :: struct($Key, $Value: typeid) {
|
|
||||||
hash: uintptr,
|
|
||||||
next: int,
|
|
||||||
key: Key,
|
|
||||||
value: Value,
|
|
||||||
}
|
|
||||||
|
|
||||||
Poly_Raw_Map :: struct($Key, $Value: typeid) {
|
|
||||||
hashes: []int,
|
|
||||||
entries: [dynamic]Poly_Raw_Map_Entry(Key, Value),
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user