]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_types.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'master'
[simgrid.git] / src / instr / instr_paje_types.hpp
index 77632c10b044340ba19908eafbe3b577923fdd08..e932eb907c5a59fcc604c823b5294fb2a65e8af2 100644 (file)
@@ -88,7 +88,6 @@ public:
       : Type(event_type, name, alias, "", father){};
   ValueType(PajeEventType event_type, const std::string& name, Type* father)
       : Type(event_type, name, name, "", father){};
-  ~ValueType() override = default;
   void add_entity_value(const std::string& name, const std::string& color);
   void add_entity_value(const std::string& name);
   EntityValue* get_entity_value(const std::string& name);