Remove global PtrMap<Type *, GenTypesData *> and store on the TypeNamed directly

This commit is contained in:
gingerBill
2025-09-10 20:45:26 +01:00
parent d3602ca634
commit 0476d33a6c
4 changed files with 19 additions and 21 deletions
-2
View File
@@ -480,8 +480,6 @@ struct CheckerInfo {
RecursiveMutex lazy_mutex; // Mutex required for lazy type checking of specific files
BlockingMutex gen_types_mutex;
PtrMap<Type *, GenTypesData *> gen_types;
// BlockingMutex type_info_mutex; // NOT recursive
// Array<TypeInfoPair> type_info_types;