From: degomme Date: Wed, 16 Nov 2016 00:42:16 +0000 (-0700) Subject: that was useless. X-Git-Tag: v3_14~193^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fc730f07112dd56d4201ee307bc7c54b8ad22df0 that was useless. --- diff --git a/src/msg/msg_host.cpp b/src/msg/msg_host.cpp index d351e15f68..28bd9bbf3b 100644 --- a/src/msg/msg_host.cpp +++ b/src/msg/msg_host.cpp @@ -118,8 +118,7 @@ void __MSG_host_priv_free(msg_host_priv_t priv) if (size > 0) XBT_WARN("dp_objs: %u pending task?", size); xbt_dict_free(&priv->dp_objs); - if(priv->file_descriptor_table) - delete priv->file_descriptor_table; + delete priv->file_descriptor_table; free(priv); }