Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The bittorrent example now uses the new module
[simgrid.git] / examples / s4u / app-bittorrent / s4u-bittorrent.cpp
index 899802c..47ecad6 100644 (file)
@@ -8,8 +8,6 @@
 #include "s4u-peer.hpp"
 #include "s4u-tracker.hpp"
 
-std::default_random_engine generator;
-
 int main(int argc, char* argv[])
 {
   simgrid::s4u::Engine e(&argc, argv);