Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some dead code
[simgrid.git] / src / mc / mc_private.h
index 24548e0..869042c 100644 (file)
@@ -21,7 +21,6 @@
 #include <simgrid/msg.h>
 #include <xbt/fifo.h>
 #include <xbt/config.h>
-#include <xbt/parmap.h>
 #include <xbt/base.h>
 
 #include "mc/mc.h"
@@ -45,12 +44,9 @@ SG_BEGIN_DECL()
 XBT_PRIVATE void MC_init_dot_output();
 
 XBT_PRIVATE extern FILE *dot_output;
-XBT_PRIVATE extern const char* colors[13];
-XBT_PRIVATE extern xbt_parmap_t parmap;
 
 XBT_PRIVATE extern int user_max_depth_reached;
 
-XBT_PRIVATE int MC_deadlock_check(void);
 XBT_PRIVATE void MC_replay(xbt_fifo_t stack);
 XBT_PRIVATE void MC_replay_liveness(xbt_fifo_t stack);
 XBT_PRIVATE void MC_show_deadlock(smx_simcall_t req);