Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix order of execute_next calls
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index 34c90cb5aa0a6d2d5c7c612f34f0d4826c50346a..69741aceee503bf8cda2259dfe479ea86977771f 100644 (file)
@@ -40,8 +40,6 @@ public:
   aid_t get_ppid() const { return ppid_; }
 
   static unsigned long get_maxpid() { return maxpid_; }
-  // In MC mode, the application sends this pointer to the MC
-  static unsigned long* get_maxpid_addr() { return &maxpid_; }
 };
 
 /*------------------------- [ ActorRestartingTrait ] -------------------------*/