X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/493f33d30ab8b32dbf44d9f536a31eda9ff9c1d3..288609da2372bbddd029141b616af67e6160e714:/include/simgrid/plugins/battery.hpp diff --git a/include/simgrid/plugins/battery.hpp b/include/simgrid/plugins/battery.hpp index 9d36175b5d..41d44959f4 100644 --- a/include/simgrid/plugins/battery.hpp +++ b/include/simgrid/plugins/battery.hpp @@ -86,9 +86,6 @@ private: double charge_efficiency_; double discharge_efficiency_; double initial_capacity_wh_; - int cycles_; // total complete cycles (charge + discharge) the battery can do before complete depletion of its - // capacity - double depth_of_discharge_; double energy_budget_j_; std::map host_loads_ = {};