From: Martin Quinson Date: Sun, 20 Jan 2019 18:44:10 +0000 (+0100) Subject: thread_local fields must be static, no need to move to the factory X-Git-Tag: v3_22~527 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7078448ac1bf46c0efef53db538df13884a18a76 thread_local fields must be static, no need to move to the factory --- diff --git a/src/kernel/context/ContextSwapped.hpp b/src/kernel/context/ContextSwapped.hpp index 60d998777e..ad618f9796 100644 --- a/src/kernel/context/ContextSwapped.hpp +++ b/src/kernel/context/ContextSwapped.hpp @@ -47,7 +47,6 @@ public: void* get_stack(); - // FIXME: Killme static thread_local uintptr_t worker_id_; private: