X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93ae3804979dbbefc774e5a70acc32a4407dd7e8..09be3731dc0739ab7e4cdb00716335b60acb4331:/src/kernel/activity/ExecImpl.cpp diff --git a/src/kernel/activity/ExecImpl.cpp b/src/kernel/activity/ExecImpl.cpp index 4b66dd21bb..bffe2f5197 100644 --- a/src/kernel/activity/ExecImpl.cpp +++ b/src/kernel/activity/ExecImpl.cpp @@ -61,8 +61,6 @@ ExecImpl::ExecImpl(const std::string& name, const std::string& tracing_category) ExecImpl::~ExecImpl() { - if (surf_action_) - surf_action_->unref(); if (timeout_detector_) timeout_detector_->unref(); XBT_DEBUG("Destroy exec %p", this);