Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correct computation time after changing pstate. Fix issue #95
[simgrid.git] / src / mc / mc_private.hpp
index 8bb642e..08d5ade 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2021. 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 {