From: Arnaud Giersch Date: Mon, 5 Feb 2018 17:32:57 +0000 (+0100) Subject: Parameter is not used. X-Git-Tag: v3.19~251 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/76aa5f3a171581cdc6c36e481fd96201d186cc01 Parameter is not used. --- diff --git a/src/surf/plugins/host_dvfs.cpp b/src/surf/plugins/host_dvfs.cpp index ae7b893299..808bab9c04 100644 --- a/src/surf/plugins/host_dvfs.cpp +++ b/src/surf/plugins/host_dvfs.cpp @@ -139,7 +139,7 @@ class HostDvfs { public: static simgrid::xbt::Extension EXTENSION_ID; - explicit HostDvfs(simgrid::s4u::Host* ptr); + explicit HostDvfs(simgrid::s4u::Host*); ~HostDvfs(); };