Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / xbt / mmalloc / mm.c
diff --git a/src/xbt/mmalloc/mm.c b/src/xbt/mmalloc/mm.c
deleted file mode 100644 (file)
index d5d5610..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Build the entire mmalloc library as a single object module. This
-   avoids having clients pick up part of their allocation routines
-   from mmalloc and part from libc, which results in undefined
-   behavior.  It should also still be possible to build the library
-   as a standard library with multiple objects. */
-
-/* Copyright 1996, 2000 Free Software Foundation  */
-
-/* Copyright (c) 2010, 2012. 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. */
-
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
-#endif
-#include "mfree.c"
-#include "mmalloc.c"
-#include "mrealloc.c"
-#include "mmorecore.c"
-#include "mm_legacy.c"
-#include "mm_module.c"
-#include "mm_diff.c"