From 2b69a7b8aa79eb5297cc52fd2c364ee05de95f61 Mon Sep 17 00:00:00 2001 From: adrien gougeon Date: Wed, 8 Jul 2020 17:19:39 +0200 Subject: [PATCH] removed usess global vector --- src/surf/network_ns3.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 (); -- 2.20.1