X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d44525bee1bd3bbe44647622f9259dec37cadea..c124649942221581f4ddac01832ff3ad3fb6770b:/src/mc/mc_unw.cpp diff --git a/src/mc/mc_unw.cpp b/src/mc/mc_unw.cpp index 78299e3a65..b9a4ceab64 100644 --- a/src/mc/mc_unw.cpp +++ b/src/mc/mc_unw.cpp @@ -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;