Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
On some systems, sqrt(int) is not defined properly. On others its just implemented...
[simgrid.git] / src / mc / mc_unw.cpp
index 78299e3..b9a4cea 100644 (file)
@@ -220,16 +220,8 @@ unw_addr_space_t UnwindContext::createUnwindAddressSpace()
   return unw_create_addr_space(&UnwindContext::accessors, BYTE_ORDER);
 }
 
-void UnwindContext::clear()
-{
-  addressSpace_ = nullptr;
-  process_ = nullptr;
-}
-
 void UnwindContext::initialize(simgrid::mc::RemoteClient* process, unw_context_t* c)
 {
-  clear();
-
   this->addressSpace_ = process;
   this->process_ = process;