From: Martin Quinson Date: Tue, 14 Jul 2015 20:04:03 +0000 (+0200) Subject: kill an unused definition X-Git-Tag: v3_12~522 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2806e8f094c54d34ffdf191f605b477c2b067a34 kill an unused definition --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index de6861ee29..f04ce916ab 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -46,7 +46,6 @@ XBT_PUBLIC_DATA(int) MSG_HOST_LEVEL; process. */ typedef xbt_dictelm_t msg_host_t; -typedef s_xbt_dictelm_t s_msg_host_t; typedef struct msg_host_priv { int dp_enabled;