Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove lines of commented code spotted by sonar.
[simgrid.git] / src / msg / msg_io.cpp
index 715622867dfc6b1aad07c91cb7779d66579f5d69..1566e850a92b3755e886ddd74954a86bf97d5261 100644 (file)
@@ -158,7 +158,6 @@ sg_size_t MSG_file_write(msg_file_t fd, sg_size_t size)
     }
   }
   /* Write file on local or remote host */
-  // sg_size_t offset     = fd->tell();
   sg_size_t write_size = fd->write(size); // TODO readd attached_host
 
   return write_size;