X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d44525bee1bd3bbe44647622f9259dec37cadea..c124649942221581f4ddac01832ff3ad3fb6770b:/src/mc/mc_unw.hpp?ds=sidebyside diff --git a/src/mc/mc_unw.hpp b/src/mc/mc_unw.hpp index aedcf7e98d..f629b8cf02 100644 --- a/src/mc/mc_unw.hpp +++ b/src/mc/mc_unw.hpp @@ -48,12 +48,7 @@ class UnwindContext { unw_context_t unwindContext_; public: - UnwindContext() = default; - UnwindContext(const UnwindContext&) = default; - UnwindContext& operator=(const UnwindContext&) = default; - ~UnwindContext() { clear(); } void initialize(simgrid::mc::RemoteClient* process, unw_context_t* c); - void clear(); unw_cursor_t cursor(); private: // Methods and virtual table for libunwind