Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread_local fields must be static, no need to move to the factory
[simgrid.git] / src / kernel / context / ContextSwapped.hpp
index 60d9987..ad618f9 100644 (file)
@@ -47,7 +47,6 @@ public:
 
   void* get_stack();
 
-  // FIXME: Killme
   static thread_local uintptr_t worker_id_;
 
 private: