Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread_local fields must be static, no need to move to the factory
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 20 Jan 2019 18:44:10 +0000 (19:44 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 20 Jan 2019 21:56:17 +0000 (22:56 +0100)
src/kernel/context/ContextSwapped.hpp

index 60d9987..ad618f9 100644 (file)
@@ -47,7 +47,6 @@ public:
 
   void* get_stack();
 
 
   void* get_stack();
 
-  // FIXME: Killme
   static thread_local uintptr_t worker_id_;
 
 private:
   static thread_local uintptr_t worker_id_;
 
 private: