X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02a0b077329593921105001a7f27463ba2d82ced..d10cc68456b92872786aa00dcf4dfaddccd4fb44:/src/kernel/resource/StandardLinkImpl.hpp diff --git a/src/kernel/resource/StandardLinkImpl.hpp b/src/kernel/resource/StandardLinkImpl.hpp index 4a10210074..d573fe127f 100644 --- a/src/kernel/resource/StandardLinkImpl.hpp +++ b/src/kernel/resource/StandardLinkImpl.hpp @@ -70,9 +70,6 @@ public: /* setup the profile file with latency events (peak latency changes due to external load). * Profile must contain absolute values */ void set_latency_profile(kernel::profile::Profile* profile) override; - - void set_concurrency_limit(int limit) const override; - int get_concurrency_limit() const override; }; } // namespace simgrid::kernel::resource