X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f8fc2c2031a31ec67a448f89a3524a2e170569d..7f2b1b735c94c604996643f6c915d6209b0db958:/src/kernel/actor/ActorImpl.hpp diff --git a/src/kernel/actor/ActorImpl.hpp b/src/kernel/actor/ActorImpl.hpp index 9e2d363e0c..69741aceee 100644 --- a/src/kernel/actor/ActorImpl.hpp +++ b/src/kernel/actor/ActorImpl.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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 ] -------------------------*/