X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89feb425bdeb4351ac0e27a38d9a9b3463fff433..4cf130be719b6f34db9cf2e5a435d5f64ecc53f2:/teshsuite/s4u/seal-platform/seal-platform.cpp diff --git a/teshsuite/s4u/seal-platform/seal-platform.cpp b/teshsuite/s4u/seal-platform/seal-platform.cpp index f664448a89..e8b775bb34 100644 --- a/teshsuite/s4u/seal-platform/seal-platform.cpp +++ b/teshsuite/s4u/seal-platform/seal-platform.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2022. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -47,7 +47,6 @@ public: void operator()() const { auto mbox = sg4::Mailbox::by_name(sg4::this_actor::get_host()->get_name()); - auto comm = mbox->get_init(); auto received = mbox->get_unique(); XBT_INFO("I got a '%s'.", received->c_str());