Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a useless static function
[simgrid.git] / src / kernel / actor / ActorImpl.hpp
index d6c3a36..5ea6048 100644 (file)
@@ -67,9 +67,6 @@ public:
   ActorImpl& operator=(const ActorImpl&) = delete;
   ~ActorImpl();
 
-  /** Retrieve the actor implementation from its PID (or nullptr if non-existent) */
-  static ActorImpl* by_pid(aid_t pid);
-
   static ActorImpl* self();
   double get_kill_time() const;
   void set_kill_time(double kill_time);