You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove OAHashMap, in favour of AHashMap.
The two types had (mostly) the same decisions, but `AHashMap` is a faster implementation, and is more consistent with `HashMap`.
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
#include "tests/core/templates/test_list.h"
|
||||
#include "tests/core/templates/test_local_vector.h"
|
||||
#include "tests/core/templates/test_lru.h"
|
||||
#include "tests/core/templates/test_oa_hash_map.h"
|
||||
#include "tests/core/templates/test_paged_array.h"
|
||||
#include "tests/core/templates/test_rid.h"
|
||||
#include "tests/core/templates/test_span.h"
|
||||
|
||||
Reference in New Issue
Block a user