From f08df76d17385f183928f3d07060bda926f33b2a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 16 Feb 2017 00:43:12 +0100 Subject: [PATCH] not even for debugging purposes :) --- src/msg/msg_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 0f35f3b21f..d1b9ad2dcd 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -77,7 +77,6 @@ typedef struct simdata_file { typedef struct simdata_process { msg_host_t m_host; /* the host on which the process is running */ - msg_host_t put_host; /* used for debugging purposes */ smx_activity_t waiting_action; msg_task_t waiting_task; msg_error_t last_errno; /* the last value returned by a MSG_function */ -- 2.20.1