X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e08ed49381b98d5f9692bcee3e020bbf2f103195..8735a101c4a502473ba7381e88aec514ebe1b828:/src/surf/cpu_ti.cpp diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 54756761f5..c62b93b3fd 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -280,8 +280,6 @@ CpuTiModel::CpuTiModel() : CpuModel(Model::UpdateAlgo::FULL) { } -CpuTiModel::~CpuTiModel() {} - Cpu* CpuTiModel::create_cpu(s4u::Host* host, const std::vector& speed_per_pstate) { return (new CpuTi(host, speed_per_pstate))->set_model(this);