Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill dead code: haveGap_/senderGap_ are never used.
[simgrid.git] / src / surf / network_ib.cpp
index 3293c9d..7756239 100644 (file)
@@ -104,7 +104,6 @@ namespace surf {
 
 NetworkIBModel::NetworkIBModel() : NetworkSmpiModel()
 {
-  haveGap_                      = false;
   const char* IB_factors_string = xbt_cfg_get_string("smpi/IB-penalty-factors");
   std::vector<std::string> radical_elements;
   boost::split(radical_elements, IB_factors_string, boost::is_any_of(";"));