]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/maxmin.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As::bypassRoutes_ does not need to be a reference
[simgrid.git] / src / surf / maxmin.cpp
index 385424c7d3689736b6ac91d32c7b3e4eea98dd47..bf00e283fcff5dc8fcd2bc74756597c8fdc2d6a1 100644 (file)
@@ -120,9 +120,7 @@ void lmm_system_free(lmm_system_t sys)
 
   
   while ((var = (lmm_variable_t) extract_variable(sys))) {
-    XBT_WARN
-        ("Variable %p (%d) still in  system when freing it: this may be a bug",
-         var, var->id_int);
+    XBT_WARN("Variable %d still in system when freing it: this may be a bug", var->id_int);
     lmm_var_free(sys, var);
   }