Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unused.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 13 Apr 2018 20:55:30 +0000 (22:55 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 16 Apr 2018 08:15:49 +0000 (10:15 +0200)
src/smpi/internals/smpi_replay.cpp

index cfd2449..9c44cde 100644 (file)
@@ -19,8 +19,6 @@
 #include <sstream>
 #include <vector>
 
-using simgrid::s4u::Actor;
-
 #include <tuple>
 // From https://stackoverflow.com/questions/7110301/generic-hash-for-tuples-in-unordered-map-unordered-set
 // This is all just to make std::unordered_map work with std::tuple. If we need this in other places,