X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f:/src/mc/mc_private.hpp?ds=sidebyside diff --git a/src/mc/mc_private.hpp b/src/mc/mc_private.hpp index d8455b9b75..008fe29f3b 100644 --- a/src/mc/mc_private.hpp +++ b/src/mc/mc_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. 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. */ @@ -12,18 +12,6 @@ #include "src/mc/mc_forward.hpp" #include "src/xbt/memory_map.hpp" -namespace simgrid { -namespace mc { - -struct DerefAndCompareByActorsCountAndUsedHeap { - template bool operator()(X const& a, Y const& b) const - { - return std::make_pair(a->actors_count, a->heap_bytes_used) < std::make_pair(b->actors_count, b->heap_bytes_used); - } -}; -} -} - /********************************* MC Global **********************************/ XBT_PRIVATE void MC_init_dot_output();