From 601a98cadb45cfbd1ec9973e79ef3babd84eacc3 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 14 Jul 2017 00:37:30 +0200 Subject: [PATCH] fix clang builds --- include/simgrid/msg.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.20.1