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

Public GIT Repository
Make trivial functions inline.
[simgrid.git] / src / instr / instr_private.hpp
index f58bf9f074b7d008a0658365c3a8800236b872bc..8b5c076e950f0c31e093934222e63f068f54819f 100644 (file)
@@ -25,8 +25,6 @@
 #include <sstream>
 #include <string>
 
-typedef simgrid::instr::Container* container_t;
-
 namespace simgrid {
 namespace instr {
 namespace paje {
@@ -106,7 +104,7 @@ public:
       , send_type(send_type)
       , recv_type(recv_type){};
 
-  virtual ~TIData() {}
+  virtual ~TIData() = default;
 
   const std::string& get_name() const { return name_; }
   double get_amount() const { return amount_; }