From 67f1e9954d2703aa04372975974cf5c5150792eb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 28 Mar 2017 09:04:45 +0200 Subject: [PATCH] please sonar: this datatype is not used anymore --- src/msg/msg_private.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 008bf9826d..d921f5faae 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -82,17 +82,6 @@ public: }; } -typedef struct process_arg { - const char *name; - xbt_main_func_t code; - void *data; - msg_host_t m_host; - int argc; - char **argv; - double kill_time; -} s_process_arg_t; -typedef s_process_arg_t* process_arg_t; - typedef struct msg_comm { smx_activity_t s_comm; /* SIMIX communication object encapsulated (the same for both processes) */ msg_task_t task_sent; /* task sent (NULL for the receiver) */ -- 2.20.1