X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ed8aa541e5fa7bbce220922f7ea8d597c0d2dde..9f21f35eadfc5d1f43d3e7a4b591711fd7fb9616:/src/simix/smx_host.cpp diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 989eade224..dab3c2221d 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -319,6 +319,5 @@ void SIMIX_set_category(smx_activity_t synchro, const char *category) simgrid::kernel::activity::Comm *comm = dynamic_cast(synchro); if (comm != nullptr) { comm->surf_comm->setCategory(category); - return; } }