X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc0b6bff49507332f7978675d174aa4fa9916fc2..3122a0e1bb6f981700bda4cd058f4d858c61b1cc:/src/mc/mcer_ignore.cpp diff --git a/src/mc/mcer_ignore.cpp b/src/mc/mcer_ignore.cpp deleted file mode 100644 index e78f482000..0000000000 --- a/src/mc/mcer_ignore.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* Copyright (c) 2008-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 "src/internal_config.h" -#include "mc_object_info.h" -#include "src/mc/mc_private.h" -#include "src/smpi/private.h" -#include "src/mc/mc_snapshot.h" -#include "src/mc/mc_ignore.h" -#include "src/mc/mc_protocol.h" -#include "src/mc/mc_client.h" - -#include "src/mc/Frame.hpp" -#include "src/mc/Variable.hpp" -#include "src/mc/ObjectInformation.hpp" - -extern "C" { - -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mcer_ignore, mc, - "Logging specific to MC ignore mechanism"); - -}