X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d67901dba3dfd8e75f708c329b8144287490077..48d7293b28a54e1fb0bbeef9ed605bb8dfc4b513:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 85503b3709..0cfad7fddc 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -398,7 +398,6 @@ XBT_PUBLIC(int) simcall_comm_test(smx_synchro_t comm); XBT_PUBLIC(int) simcall_comm_testany(xbt_dynar_t comms); /* Getters and setters */ -XBT_PUBLIC(double) simcall_comm_get_remains(smx_synchro_t comm); XBT_PUBLIC(void *) simcall_comm_get_src_data(smx_synchro_t comm); XBT_PUBLIC(void *) simcall_comm_get_dst_data(smx_synchro_t comm); XBT_PUBLIC(smx_process_t) simcall_comm_get_src_proc(smx_synchro_t comm);