Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove completely the energy concern from the core
[simgrid.git] / include / simgrid / host.h
index 2c3ab38..e66461d 100644 (file)
@@ -61,7 +61,6 @@ XBT_PUBLIC(int) sg_host_is_on(sg_host_t host);
 XBT_PUBLIC(int) sg_host_get_nb_pstates(sg_host_t host);
 XBT_PUBLIC(int) sg_host_get_pstate(sg_host_t host);
 XBT_PUBLIC(void) sg_host_set_pstate(sg_host_t host,int pstate);
-XBT_PUBLIC(double) sg_host_get_consumed_energy(sg_host_t host);
 
 SG_END_DECL()