X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c13871d73e933c1847faf8debea7b7745a3ff44..fa6c13d41657422d267644ec99f0419a723f4bf9:/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) \