1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove traces of the extinct RID preallocate feature

This commit is contained in:
Pedro J. Estébanez
2023-12-28 10:18:05 +01:00
parent 13a0d6e9b2
commit c217041afd
6 changed files with 0 additions and 10 deletions

View File

@@ -120,8 +120,6 @@ PhysicsServer2DWrapMT::PhysicsServer2DWrapMT(PhysicsServer2D *p_contained, bool
physics_server_2d = p_contained;
create_thread = p_create_thread;
pool_max_size = GLOBAL_GET("memory/limits/multithreaded_server/rid_pool_prealloc");
if (!p_create_thread) {
server_thread = Thread::get_caller_id();
} else {