Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Thx Takishipp for the catch
[simgrid.git] / src / instr / instr_private.hpp
index f4ada97..d9f5cb9 100644 (file)
@@ -47,7 +47,6 @@ public:
   std::vector<int>* recvcounts = nullptr;
   std::string send_type        = "";
   std::string recv_type        = "";
-  ;
 
   // NoOpTI: init, finalize, test, wait, barrier
   explicit TIData(std::string name) : name_(name){};