X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea9cce21b6d3f37823143217f1ca183bb2f0c9ac..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/mc_pair.cpp diff --git a/src/mc/mc_pair.cpp b/src/mc/mc_pair.cpp index 7f754cd35e..129e69ad5b 100644 --- a/src/mc/mc_pair.cpp +++ b/src/mc/mc_pair.cpp @@ -1,12 +1,12 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. 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. */ #include -#include "mc_liveness.h" -#include "mc_private.h" +#include "src/mc/mc_liveness.h" +#include "src/mc/mc_private.h" extern "C" { @@ -31,9 +31,4 @@ void MC_pair_delete(mc_pair_t p) p = NULL; } -void mc_pair_free_voidp(void *p) -{ - MC_pair_delete((mc_pair_t) * (void **) p); -} - }