Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simple constructor for NetZone's child classes.
[simgrid.git] / src / surf / cpu_ti.cpp
index 54756761f501579f1a94eb7cb31e372d3c276065..c62b93b3fd4f9a8be70e737d958bc9a095c5937f 100644 (file)
@@ -280,8 +280,6 @@ CpuTiModel::CpuTiModel() : CpuModel(Model::UpdateAlgo::FULL)
 {
 }
 
 {
 }
 
-CpuTiModel::~CpuTiModel() {}
-
 Cpu* CpuTiModel::create_cpu(s4u::Host* host, const std::vector<double>& speed_per_pstate)
 {
   return (new CpuTi(host, speed_per_pstate))->set_model(this);
 Cpu* CpuTiModel::create_cpu(s4u::Host* host, const std::vector<double>& speed_per_pstate)
 {
   return (new CpuTi(host, speed_per_pstate))->set_model(this);