From: Arnaud Giersch Date: Thu, 19 Oct 2017 19:24:33 +0000 (+0200) Subject: Method does not exist. X-Git-Tag: v3.18~403 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/83c8fc90694724253dc3b67367d41c126d4dbd10?hp=89e33637f53be18be316f88aef59023ad96e0d0c Method does not exist. --- diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 0c31944bd3..f1261db402 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -68,8 +68,6 @@ public: ~BoostContext() override; void stop() override; virtual void resume(); -private: - static void wrapper(int first, ...); }; class BoostContextFactory : public ContextFactory {