Merge pull request #104668 from monxa/redundant-lock-declaration
Remove redundant `ClassDB::locker` declaration
This commit is contained in:
commit
d8a81e416e
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ public:
|
|||
~Lock();
|
||||
};
|
||||
};
|
||||
inline static Locker locker;
|
||||
|
||||
static HashMap<StringName, ClassInfo> classes;
|
||||
static HashMap<StringName, StringName> resource_base_extensions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue