X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1d9c1d28c6bbf8c0ad26b067f8a67a5a36a7f63..d61adf0b3725230ab5f89e2c8daa263449c6baf0:/src/surf/cpu.c diff --git a/src/surf/cpu.c b/src/surf/cpu.c index b977e50c84..4e3916cb30 100644 --- a/src/surf/cpu.c +++ b/src/surf/cpu.c @@ -139,7 +139,6 @@ static void add_traces_cpu(void) static void cpu_define_callbacks(const char *file) { - surf_parse_reset_parser(); surfxml_add_callback(STag_surfxml_host_cb_list, parse_cpu_init); surfxml_add_callback(ETag_surfxml_platform_cb_list, &add_traces_cpu); }