From: Martin Quinson Date: Tue, 28 Mar 2017 07:04:45 +0000 (+0200) Subject: please sonar: this datatype is not used anymore X-Git-Tag: v3.16~429 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67f1e9954d2703aa04372975974cf5c5150792eb?ds=inline please sonar: this datatype is not used anymore --- 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) */