From: adrien gougeon Date: Thu, 1 Oct 2020 07:48:03 +0000 (+0200) Subject: remove unused attribute name_ and method set_name() X-Git-Tag: v3.26~418^2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce87516da629c9b6a350d8c28f806926863aa94a remove unused attribute name_ and method set_name() --- diff --git a/src/surf/ns3/ns3_simulator.hpp b/src/surf/ns3/ns3_simulator.hpp index a09388c1e7..996a567fa2 100644 --- a/src/surf/ns3/ns3_simulator.hpp +++ b/src/surf/ns3/ns3_simulator.hpp @@ -19,10 +19,7 @@ class XBT_PRIVATE NetPointNs3 { public: static simgrid::xbt::Extension EXTENSION_ID; - void set_name(std::string name) { name_ = name; } - explicit NetPointNs3(); - std::string name_; ns3::Ptr ns3_node_; std::string ipv4_address_; };