X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a0968197943183f645d2740626b9d47bcee7cd0..372f92e67e3eb3ca800b6d9bcf214594cf3b6798:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h index 38874ae50a..2f5de8027a 100644 --- a/include/simgrid/plugins/dvfs.h +++ b/include/simgrid/plugins/dvfs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2020. The SimGrid Team. +/* Copyright (c) 2017-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,10 +15,6 @@ SG_BEGIN_DECL XBT_PUBLIC void sg_host_dvfs_plugin_init(); -#if SIMGRID_HAVE_MSG -#define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init() -#endif // SIMGRID_HAVE_MSG - SG_END_DECL #endif