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 4ecb4e698d7a1499e8e7a0f37317dfb49849cc21..d8c635be1a9a45d4789d9bd94be34528b875c2ea 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)