]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/Activity.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a const reference for parameter.
[simgrid.git] / include / simgrid / s4u / Activity.hpp
index 878ddbab5f2b37d35fa4928405cbc9b3ae94d76f..4608f49a8ab6d7a003520dda0cc0ab03d7b265a3 100644 (file)
@@ -74,7 +74,6 @@ protected:
       a->dependencies_.erase({this});
     } else
       throw std::invalid_argument("Dependency does not exist. Can not be removed.");
-
   }
 
 public: