X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac6814e66479b90af269911e3db789323af54dd0..c26727c7b09c0a22dbdcf53340c7c1fa6d5f4efe:/examples/msg/chainsend/iterator.h diff --git a/examples/msg/chainsend/iterator.h b/examples/msg/chainsend/iterator.h index 32679137e3..3a13ed1f48 100644 --- a/examples/msg/chainsend/iterator.h +++ b/examples/msg/chainsend/iterator.h @@ -30,7 +30,6 @@ xbt_dynar_t random_indices_list(int size); /* Shuffle */ /**************************************/ -static int rand_int(int n); void xbt_dynar_shuffle_in_place(xbt_dynar_t indices_list); #define xbt_dynar_swap_elements(d, type, i, j) \