Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define and throw simgrid::TracingError.
[simgrid.git] / src / instr / instr_paje_values.hpp
index 4e96d8a..9014e60 100644 (file)
@@ -20,7 +20,6 @@ class EntityValue {
 
 public:
   explicit EntityValue(const std::string& name, const std::string& color, Type* father);
-  ~EntityValue() = default;
   const char* get_cname() { return name_.c_str(); }
   long long int get_id() { return id_; }
   void print();