Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused field.
[simgrid.git] / 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 */
 };