Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove or deprecate now useless code
[simgrid.git] / src / simix / smx_host_private.hpp
diff --git a/src/simix/smx_host_private.hpp b/src/simix/smx_host_private.hpp
deleted file mode 100644 (file)
index 84c4840..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (c) 2007-2019. 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 SIMIX_HOST_PRIVATE_HPP
-#define SIMIX_HOST_PRIVATE_HPP
-
-#include "src/simix/ActorImpl.hpp"
-
-#include <boost/intrusive/list.hpp>
-
-XBT_PRIVATE simgrid::kernel::activity::ExecImplPtr
-SIMIX_execution_parallel_start(std::string name, int host_nb, const sg_host_t* host_list, const double* flops_amount,
-                               const double* bytes_amount, double rate, double timeout);
-
-#endif