Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill platform generation from the C sources
[simgrid.git] / src / surf / platf_generator_private.h
diff --git a/src/surf/platf_generator_private.h b/src/surf/platf_generator_private.h
deleted file mode 100644 (file)
index ea57365..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright (c) 2012, 2014. 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 SG_PLATF_GEN_PRIVATE_H
-#define SG_PLATF_GEN_PRIVATE_H
-
-#include <xbt/base.h>
-
-#include "xbt/graph.h"
-#include "simgrid/platf.h"
-
-XBT_PRIVATE void platf_graph_init(unsigned long node_count);
-
-XBT_PRIVATE void platf_node_connect(xbt_node_t node1, xbt_node_t node2);
-
-XBT_PRIVATE double platf_node_distance(xbt_node_t node1, xbt_node_t node2);
-
-XBT_PRIVATE double random_pareto(double min, double max, double K, double P, double ALPHA);
-
-#endif      /* SG_PLATF_GEN_PRIVATE_H */