Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused host_dvfs plugin.
[simgrid.git] / include / simgrid / plugins / dvfs.h
diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h
deleted file mode 100644 (file)
index 2f5de80..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Copyright (c) 2017-2023. The SimGrid Team.
- * All rights reserved.                                                     */
-
-/* This program is free software; you can redistribute it and/or modify it
- * under the terms of the license (GNU LGPL) which comes with this package. */
-
-#ifndef SIMGRID_PLUGINS_DVFS_H_
-#define SIMGRID_PLUGINS_DVFS_H_
-
-#include <simgrid/config.h>
-#include <simgrid/forward.h>
-#include <xbt/base.h>
-
-SG_BEGIN_DECL
-
-XBT_PUBLIC void sg_host_dvfs_plugin_init();
-
-SG_END_DECL
-
-#endif