Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove MSG. Its EOL was scheduled for 2020
[simgrid.git] / include / simgrid / plugins / dvfs.h
index 8cc0222..2f5de80 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2022. 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