Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move heap_ignore to Process
[simgrid.git] / src / mc / mcer_ignore.h
diff --git a/src/mc/mcer_ignore.h b/src/mc/mcer_ignore.h
deleted file mode 100644 (file)
index 1961f4b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (c) 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. */
-
-#ifndef SIMGRID_MCER_IGNORE_H
-#define SIMGRID_MCER_IGNORE_H
-
-#include <xbt/dynar.h>
-
-#include "mc/datatypes.h"
-#include "src/mc/Process.hpp"
-
-#include "xbt/misc.h"           /* SG_BEGIN_DECL */
-
-SG_BEGIN_DECL();
-
-XBT_PRIVATE void MC_heap_region_ignore_insert(mc_heap_ignore_region_t region);
-XBT_PRIVATE void MC_heap_region_ignore_remove(void *address, size_t size);
-
-SG_END_DECL();
-
-#endif
\ No newline at end of file