From ff972bfda2d351509817bfda4e59de1cac9188cc Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 10 Aug 2018 11:46:59 +0200 Subject: [PATCH] Dead store. --- src/plugins/host_dvfs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/host_dvfs.cpp b/src/plugins/host_dvfs.cpp index 4cb1f04cf1..dbcc5afacd 100644 --- a/src/plugins/host_dvfs.cpp +++ b/src/plugins/host_dvfs.cpp @@ -331,7 +331,6 @@ public: for (int i = 1; i < get_host()->get_pstate_count(); i++) { rates[task_id][i] = rates[task_id][0] * (get_host()->get_pstate_speed(i) / get_host()->get_speed()); } - is_initialized = true; } for (int pstate = get_host()->get_pstate_count() - 1; pstate >= 0; pstate--) { -- 2.20.1