Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move update_remains_lazy to the pimpl (as for CPUs)
[simgrid.git] / src / surf / disk_s19.cpp
index e1b2bb0..1b589d3 100644 (file)
@@ -128,8 +128,4 @@ DiskS19Action::DiskS19Action(Model* model, double cost, bool failed)
 {
 }
 
-void DiskS19Action::update_remains_lazy(double /*now*/)
-{
-  THROW_IMPOSSIBLE;
-}
 } // namespace simgrid::kernel::resource