X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c3ed2e537cb85e5dae0fa3e007bd95fc249b60f..d61adf0b3725230ab5f89e2c8daa263449c6baf0:/src/surf/workstation_ptask_L07.c diff --git a/src/surf/workstation_ptask_L07.c b/src/surf/workstation_ptask_L07.c index 2190295c09..7a9f6b56c0 100644 --- a/src/surf/workstation_ptask_L07.c +++ b/src/surf/workstation_ptask_L07.c @@ -892,7 +892,6 @@ static void ptask_add_traces(void) static void ptask_define_callbacks(const char *file) { /* Adding callback functions */ - surf_parse_reset_parser(); surfxml_add_callback(STag_surfxml_host_cb_list, &ptask_parse_cpu_init); surfxml_add_callback(STag_surfxml_link_cb_list, &ptask_parse_link_init); surfxml_add_callback(ETag_surfxml_platform_cb_list, &ptask_add_traces);