Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't let the impl mess up with the fields of the interface
[simgrid.git] / src / plugins / vm / s4u_VirtualMachine.cpp
index 13357ef..f1c99cd 100644 (file)
@@ -57,7 +57,6 @@ VirtualMachine::~VirtualMachine()
   extension_set<simgrid::simix::Host>(nullptr);
 
   /* Don't free these things twice: they are the ones of my physical host */
-  pimpl_cpu     = nullptr;
   pimpl_netcard = nullptr;
 }