From: Martin Quinson Date: Thu, 13 Jul 2017 22:37:30 +0000 (+0200) Subject: fix clang builds X-Git-Tag: v3_17~395 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/601a98cadb45cfbd1ec9973e79ef3babd84eacc3 fix clang builds --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index dc6a31551f..5c4a1be6ad 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -273,8 +273,6 @@ static inline double return MSG_host_get_speed(host); } -XBT_PUBLIC(double) MSG_get_host_speed(msg_host_t h); /* deprecated */ - XBT_PUBLIC(double) MSG_host_get_power_peak_at(msg_host_t h, int pstate); #define MSG_host_get_current_power_peak(h) MSG_host_get_speed(h) /* deprecated */ XBT_PUBLIC(int) MSG_host_get_nb_pstates(msg_host_t h);