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

Public GIT Repository
Remove const that was anyway ignored with a cast.
[simgrid.git] / src / xbt / memory_map.cpp
index 73e2d8d487c1b4ed4b571aae0e7a6e8f13b965b6..ed7ee9d53bbfde25dbef37e1dcbcc198e1847006 100644 (file)
@@ -187,8 +187,6 @@ XBT_PRIVATE std::vector<VmMap> get_memory_map(pid_t pid)
      * 00602000-00603000 rw-p 00002000 00:28 1837264                            <complete-path-to-file>
      */
 
-    //fprintf(stderr,"%s", line);
-
     /* Wipeout the new line character */
     line[read - 1] = '\0';