From b79a6ca3e77393aa0558f414acf6f02143fdd24d Mon Sep 17 00:00:00 2001 From: Alexander Montag Date: Wed, 26 Mar 2025 21:08:55 +0100 Subject: [PATCH] Remove redundant ClassDB::locker declaration --- core/object/class_db.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/object/class_db.h b/core/object/class_db.h index e97ed9aeeb1..ffd5c53c2c6 100644 --- a/core/object/class_db.h +++ b/core/object/class_db.h @@ -175,7 +175,6 @@ public: ~Lock(); }; }; - inline static Locker locker; static HashMap classes; static HashMap resource_base_extensions;