aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-12-08 00:52:11 +0000
committergingerBill <bill@gingerbill.org>2022-12-08 00:52:11 +0000
commit9cb9964c2de6589ac7f06e90f017d3fbbc1dfe69 (patch)
tree03455c53d01f4de57a5db0b872a3673d2f56e6ae
parent1f8f94276e0372d51bbdd24b9d9a7bbddf8b4b41 (diff)
Remove old code
-rw-r--r--core/mem/raw.odin13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/mem/raw.odin b/core/mem/raw.odin
index 144b6c8ab..9a521598e 100644
--- a/core/mem/raw.odin
+++ b/core/mem/raw.odin
@@ -23,16 +23,3 @@ make_any :: proc "contextless" (data: rawptr, id: typeid) -> any {
}
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),
-} \ No newline at end of file