From: adrien gougeon Date: Wed, 8 Jul 2020 15:19:39 +0000 (+0200) Subject: removed usess global vector X-Git-Tag: v3.26~418^2~8 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2b69a7b8aa79eb5297cc52fd2c364ee05de95f61 removed usess global vector --- diff --git a/src/surf/network_ns3.cpp b/src/surf/network_ns3.cpp index 2982843b05..9c1e8a0f5b 100644 --- a/src/surf/network_ns3.cpp +++ b/src/surf/network_ns3.cpp @@ -58,11 +58,6 @@ static int number_of_links = 1; static int number_of_networks = 1; /* wifi globals */ - -/* This vector store the tuple for the different wifi zones: - * zone name, ptr to AP node, channel, network, link, nb station nodes -*/ -static std::vector , ns3::Ptr , int, int, int> > wifi_zones; static ns3::WifiHelper wifi; static ns3::YansWifiPhyHelper wifiPhy = ns3::YansWifiPhyHelper::Default (); static ns3::YansWifiChannelHelper wifiChannel = ns3::YansWifiChannelHelper::Default ();