]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: inline a function
[simgrid.git] / src / mc / mc_private.hpp
index 008fe29f3beb12e68dd93f684b6092c243d5c07f..d026f59bfea25cc643d9a4d812ee0316c73bf88f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. 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. */
@@ -18,8 +18,6 @@ XBT_PRIVATE void MC_init_dot_output();
 
 XBT_PRIVATE extern FILE* dot_output;
 
-XBT_PRIVATE void MC_show_deadlock();
-
 /********************************** Miscellaneous **********************************/
 namespace simgrid {
 namespace mc {