mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
-vet flag to do basic vetting of code
This commit is contained in:
@@ -408,7 +408,6 @@ parametric_polymorphism :: proc() {
|
||||
}
|
||||
assert(table.count <= len(table.slots));
|
||||
|
||||
hash := get_hash(key);
|
||||
index = int(hash % u32(len(table.slots)));
|
||||
|
||||
for table.slots[index].occupied {
|
||||
|
||||
Reference in New Issue
Block a user