X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..HEAD:/src/mc/mc_ignore.hpp diff --git a/src/mc/mc_ignore.hpp b/src/mc/mc_ignore.hpp deleted file mode 100644 index 262add907d..0000000000 --- a/src/mc/mc_ignore.hpp +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (c) 2015-2020. 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. */ - -#ifndef SIMGRID_MC_IGNORE_HPP -#define SIMGRID_MC_IGNORE_HPP - -#include "simgrid/forward.h" -#include "src/internal_config.h" - -#if HAVE_UCONTEXT_H -#include /* context relative declarations */ - -XBT_PUBLIC void MC_register_stack_area(void* stack, ucontext_t* context, size_t size); - -#endif - -#endif