From 7b3e6dbec91461f76c2c94185e583654e967be53 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 3 Jan 2016 22:12:41 +0100 Subject: [PATCH] [CpuTI] don't override pstate handling with THROW_UNIMPLEMENTED --- src/surf/cpu_ti.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 5993c7d0b1..c4fab1d4d7 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -127,11 +127,6 @@ public: CpuAction *sleep(double duration); double getAvailableSpeed(); - double getCurrentPowerPeak() {THROW_UNIMPLEMENTED;}; - double getPowerPeakAt(int /*pstate_index*/) {THROW_UNIMPLEMENTED;}; - int getNbPstates() {THROW_UNIMPLEMENTED;}; - void setPstate(int /*pstate_index*/) {THROW_UNIMPLEMENTED;}; - int getPstate() { THROW_UNIMPLEMENTED;} void modified(bool modified); CpuTiTgmr *p_availTrace; /*< Structure with data needed to integrate trace file */ -- 2.20.1