From: Arnaud Giersch Date: Tue, 3 Jul 2018 14:26:32 +0000 (+0200) Subject: Kill unused field. X-Git-Tag: v3_21~492 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8068e279f39f5a4ee96fcd0e1f354302c135bb29 Kill unused field. --- 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 */ };