X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac6bf04227cf1b9ca1e8ed0d0e85f5866745a138..d3d4c51aace6f9daab7ee7bf664d9d56c81070f8:/src/simix/smx_host.cpp?ds=sidebyside diff --git a/src/simix/smx_host.cpp b/src/simix/smx_host.cpp index 1dea2c954b..a51febd7dd 100644 --- a/src/simix/smx_host.cpp +++ b/src/simix/smx_host.cpp @@ -85,12 +85,6 @@ void SIMIX_host_off(sg_host_t h, smx_actor_t issuer) } } -sg_host_t sg_host_self() -{ - smx_actor_t process = SIMIX_process_self(); - return (process == nullptr) ? nullptr : process->host; -} - /* needs to be public and without simcall for exceptions and logging events */ const char* sg_host_self_get_name() {