Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ThreadContext: wrapper and maestro_wrapper are nearly the same. Merge.
[simgrid.git] / src / kernel / context / ContextThread.hpp
index 62d8191..7ce8de5 100644 (file)
@@ -38,7 +38,6 @@ private:
   bool is_maestro_;
 
   static void* wrapper(void *param);
-  static void* maestro_wrapper(void *param);
 public:
   void start();
   void yield();