Merge pull request #104668 from monxa/redundant-lock-declaration

Remove redundant `ClassDB::locker` declaration
This commit is contained in:
Rémi Verschelde 2025-03-28 14:33:45 +01:00
commit d8a81e416e
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -175,7 +175,6 @@ public:
~Lock();
};
};
inline static Locker locker;
static HashMap<StringName, ClassInfo> classes;
static HashMap<StringName, StringName> resource_base_extensions;