X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3ca2256cb54a2b1070a629ce1a82c276581fabc..8068e279f39f5a4ee96fcd0e1f354302c135bb29:/src/msg/msg_private.hpp diff --git a/src/msg/msg_private.hpp b/src/msg/msg_private.hpp index 3d752fd8b4..375a56013e 100644 --- a/src/msg/msg_private.hpp +++ b/src/msg/msg_private.hpp @@ -54,7 +54,6 @@ namespace msg { class ActorExt { public: explicit ActorExt(void* d) : data(d) {} - msg_error_t errno_ = MSG_OK; /* the last value returned by a MSG_function */ void* data = nullptr; /* user data */ };