Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the property holder does not take a dict in its constructor
[simgrid.git] / src / surf / HostImpl.cpp
index f74566314238dd3e3e611d2770d409cdfbe4285b..576c6bd2b1b4ecb83d5435047b835889256d1d31 100644 (file)
@@ -98,7 +98,7 @@ Action* HostModel::executeParallelTask(int host_nb, simgrid::s4u::Host** host_li
 /************
  * Resource *
  ************/
-HostImpl::HostImpl(s4u::Host* host, xbt_dynar_t storage) : PropertyHolder(nullptr), storage_(storage), piface_(host)
+HostImpl::HostImpl(s4u::Host* host, xbt_dynar_t storage) : storage_(storage), piface_(host)
 {
   piface_->pimpl_ = this;
 }