X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b0d5ae29ebd13e69a23991b8adfb67c5c5d79d3..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 1ede97a785..0000000000 --- a/src/mc/mc_ignore.hpp +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (c) 2015-2019. 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, smx_actor_t process, ucontext_t* context, size_t size); - -#endif - -#endif