Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused field.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 3 Jul 2018 14:26:32 +0000 (16:26 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 10 Jul 2018 08:35:42 +0000 (10:35 +0200)
src/msg/msg_private.hpp

index 3d752fd..375a560 100644 (file)
@@ -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 */
 };