X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c6b43a693209898c14cf74007374bda7c8fc593..c2f951e38bdf2b8639bf42b78b69c1530510b6f0:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index cd22b6b26c..c37252a531 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -97,7 +97,6 @@ void RemoteClient::refresh_simix() static_assert(sizeof(simix_global) == sizeof(simgrid::simix::Global*), "Bad size for simix_global"); - // simix_global_p = REMOTE(simix_global.get()); RemotePtr simix_global_p = this->read_variable("simix_global");