Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a useless call in MC initialization
[simgrid.git] / src / include / mc / mc.h
index 90349ab..1f1560a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-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. */
@@ -28,9 +28,6 @@ SG_BEGIN_DECL
 XBT_ATTRIB_NORETURN XBT_PUBLIC void MC_run();
 XBT_PRIVATE void MC_automaton_load(const char *file);
 
-/********************************* Memory *************************************/
-XBT_PUBLIC void MC_memory_init(); /* Initialize the memory subsystem */
-
 SG_END_DECL
 
 #ifdef __cplusplus