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

Public GIT Repository
replay : allow to really use --cfg=smpi/simulate-computation with replay.
[simgrid.git] / src / surf / disk_s19.cpp
index 160279aa698025b2fe4a529227ed23053af7be27..4198e100359e09b9633b643d11278904a6237a75 100644 (file)
@@ -66,7 +66,6 @@ DiskS19::DiskS19(DiskModel* model, const std::string& name, lmm::System* maxminS
     : DiskImpl(model, name, maxminSystem, read_bw, write_bw)
 {
   XBT_DEBUG("Create resource with read_bw '%f' write_bw '%f'", read_bw, write_bw);
-  // FIXME s4u::Storage::on_creation(this->piface_);
 }
 
 DiskAction* DiskS19::io_start(sg_size_t size, s4u::Io::OpType type)