Purge by_ref_cached_

This commit is contained in:
Dion Moult
2021-12-01 15:18:04 +11:00
committed by Thomas Krijnen
parent 5ad6d455f9
commit 01bc29c5b2
2 changed files with 0 additions and 19 deletions
-5
View File
@@ -135,7 +135,6 @@ private:
entities_by_type_t bytype_excl;
entities_by_ref_t byref;
entities_by_ref_excl_t byref_excl;
ref_map_t by_ref_cached_;
entity_by_guid_t byguid;
entity_entity_map_t entity_file_map;
@@ -265,10 +264,6 @@ public:
return return_value;
}
/// Marks entity as modified so that potential cache for it is invalidated.
/// @todo Currently the whole cache is invalidated. Implement more fine-grained invalidation.
void mark_entity_as_modified(int id);
unsigned int FreshId() { return ++MaxId; }
unsigned int getMaxId() { return MaxId; }