Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make 'colors' variable static
[simgrid.git] / src / mc / mc_private.h
index 189e52f..5045c9f 100644 (file)
@@ -44,7 +44,6 @@ 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 int user_max_depth_reached;