Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill a redundent oldish API to the activity refcounting
[simgrid.git] / src / s4u / s4u_comm.cpp
index 4ecb4e6..d8c635b 100644 (file)
@@ -24,7 +24,7 @@ Comm::~Comm()
     xbt_backtrace_display_current();
   }
   if (pimpl_)
-    SIMIX_comm_unref(pimpl_);
+    pimpl_->unref();
 }
 
 s4u::CommPtr Comm::send_init(s4u::MailboxPtr chan)