PIIntrospection

This commit is contained in:
2022-04-14 17:48:15 +03:00
parent fa93c8a486
commit 42e253adc7
3 changed files with 12 additions and 14 deletions

View File

@@ -34,12 +34,6 @@ const PIString demangle(const char * name) {return PIString(name);}
#endif
PIIntrospectionContainers::_Type::_Type() {
id = count = item_size = 0u;
allocated = used = 0U;
}
PIIntrospectionContainers::PIIntrospectionContainers() {