From: Arnaud Giersch Date: Fri, 13 Apr 2018 20:55:30 +0000 (+0200) Subject: Unused. X-Git-Tag: v3.20~418^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/42d054bbbe923d190ce645dbf58ecbcaf68de002?ds=sidebyside Unused. --- diff --git a/src/smpi/internals/smpi_replay.cpp b/src/smpi/internals/smpi_replay.cpp index cfd2449460..9c44cde089 100644 --- a/src/smpi/internals/smpi_replay.cpp +++ b/src/smpi/internals/smpi_replay.cpp @@ -19,8 +19,6 @@ #include #include -using simgrid::s4u::Actor; - #include // 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,