X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0b472673e070422be16c2355105ddabee16243e..deaddec5dc5d4dda8dc1b9692869970e253facfa:/src/mc/mc_object_info.cpp diff --git a/src/mc/mc_object_info.cpp b/src/mc/mc_object_info.cpp index 67e4d353dd..8301068fd8 100644 --- a/src/mc/mc_object_info.cpp +++ b/src/mc/mc_object_info.cpp @@ -20,13 +20,10 @@ Type::Type() { this->type = 0; this->id = 0; - this->name = std::string(); this->byte_size = 0; this->element_count = 0; this->members = nullptr; this->is_pointer_type = 0; - this->location = {0, 0, 0, 0}; - this->offset = 0; this->subtype = nullptr; this->full_type = nullptr; } @@ -34,7 +31,6 @@ Type::Type() Type::~Type() { xbt_dynar_free(&this->members); - mc_dwarf_expression_clear(&this->location); } // ObjectInformations