X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ebe4cd9a47fdc974ebe8ec1310777c433411715..21c32de4db66ebc6a1082437afd6552b549e3f41:/src/mc/remote/RemoteSimulation.hpp diff --git a/src/mc/remote/RemoteSimulation.hpp b/src/mc/remote/RemoteSimulation.hpp index 3bd73c2a29..8a8b9f76bd 100644 --- a/src/mc/remote/RemoteSimulation.hpp +++ b/src/mc/remote/RemoteSimulation.hpp @@ -1,6 +1,6 @@ /* mc::RemoteClient: representative of the Client memory on the MC side */ -/* Copyright (c) 2008-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2021. 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. */ @@ -74,7 +74,7 @@ private: public: explicit RemoteSimulation(pid_t pid); - ~RemoteSimulation(); + ~RemoteSimulation() override; void init(); RemoteSimulation(RemoteSimulation const&) = delete; @@ -207,7 +207,6 @@ public: // object info // TODO, make private (first, objectify simgrid::mc::ObjectInformation*) std::vector> object_infos; - std::shared_ptr libsimgrid_info; std::shared_ptr binary_info; // Copies of MCed SMX data structures