Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup handling of Fortran compiler in cmake (Patch from M. Volat)
[simgrid.git] / src / surf / virtual_machine.cpp
index cc3d623..aa27cf8 100644 (file)
@@ -105,7 +105,7 @@ double VMModel::nextOccuringEvent(double now)
  ************/
 
 VirtualMachine::VirtualMachine(HostModel* model, const char* name, simgrid::s4u::Host* host_PM)
-    : HostImpl(model, name, nullptr /*constraint*/, nullptr /*storage*/), hostPM_(host_PM)
+    : HostImpl(model, name, nullptr /*storage*/), hostPM_(host_PM)
 {
   /* Register this VM to the list of all VMs */
   allVms_.push_back(this);