From: Maximiliano Geier Date: Wed, 28 Nov 2012 11:01:54 +0000 (+0100) Subject: Fix compilation error: there's no MSG_clean anymore X-Git-Tag: v3_9_rc1~86^2~267 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d749060f107933bf2a39cdfee01b9b1885fc6b0b Fix compilation error: there's no MSG_clean anymore --- diff --git a/examples/msg/chainsend/chainsend.c b/examples/msg/chainsend/chainsend.c index 0c74523b49..80ea6fe9ee 100644 --- a/examples/msg/chainsend/chainsend.c +++ b/examples/msg/chainsend/chainsend.c @@ -109,8 +109,6 @@ int main(int argc, char *argv[]) XBT_INFO("Total simulation time: %le", MSG_get_clock()); - MSG_clean(); - #ifdef _MSC_VER _set_output_format(prev_exponent_format); #endif