X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48404c66fc4d8248308db1d1398cb79a6763077e..6eac6fef3702d675a6c83b55f74227ce9d766e8b:/src/surf/workstation.c diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 13798ec37c..b938ed0d7a 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -452,7 +452,6 @@ void surf_workstation_model_init_current_default(void) xbt_dynar_push(model_list, &surf_workstation_model); sg_platf_host_add_cb(workstation_new); -// sg_platf_postparse_add_cb(create_workstations); } void surf_workstation_model_init_compound() @@ -463,5 +462,4 @@ void surf_workstation_model_init_compound() surf_workstation_model_init_internal(); xbt_dynar_push(model_list, &surf_workstation_model); sg_platf_host_add_cb(workstation_new); -// sg_platf_postparse_add_cb(create_workstations); }