]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/dht-chord/s4u-dht-chord.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'depencencies' of https://framagit.org/simgrid/simgrid into depencencies
[simgrid.git] / examples / s4u / dht-chord / s4u-dht-chord.cpp
index b8d20a71df66f90d99e5f39b2f213626b6b52ee2..c2128f12ec4e138a28c16ceb8bfd1928fb76be3d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2020. 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. */
@@ -11,8 +11,6 @@ int nb_bits  = 24;
 int nb_keys  = 0;
 int timeout  = 50;
 
-std::mt19937 generator;
-
 int main(int argc, char* argv[])
 {
   simgrid::s4u::Engine e(&argc, argv);