Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Use '=default'.
[simgrid.git] / src / surf / disk_s19.cpp
index 5735522..c39c8f9 100644 (file)
@@ -29,10 +29,6 @@ namespace simgrid {
 namespace kernel {
 namespace resource {
 
-DiskS19Model::DiskS19Model()
-{
-}
-
 DiskImpl* DiskS19Model::create_disk(const std::string& name, double read_bandwidth, double write_bandwidth)
 {
   return (new DiskS19(name, read_bandwidth, write_bandwidth))->set_model(this);