X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1b223fa2e2d801accf527faa731cce9887e06bb..aaa065dfc773b29afeac0654f90beaf9ed050b50:/src/kernel/context/ContextRaw.hpp diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index 1ddb3b5ae7..ab3967b6b2 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -35,13 +35,6 @@ private: /** pointer to top the stack stack */ void* stack_top_ = nullptr; -#if HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT - const void* asan_stack_ = nullptr; - size_t asan_stack_size_ = 0; - RawContext* asan_ctx_ = nullptr; - bool asan_stop_ = false; -#endif - static void wrapper(void* arg); };