Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to catch some leaks
[simgrid.git] / src / kernel / activity / ActivityImpl.hpp
index e144296..af36c69 100644 (file)
@@ -46,7 +46,6 @@ namespace activity {
     void ref();
     /** @brief Reduces the refcount */
     void unref();
     void ref();
     /** @brief Reduces the refcount */
     void unref();
-
   private:
     std::atomic_int_fast32_t refcount_{1};
   };
   private:
     std::atomic_int_fast32_t refcount_{1};
   };