From e33b885e921d1b37efd2ae79e7796a09b7f0b319 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 30 Apr 2017 08:39:44 +0300 Subject: [PATCH] client: Remove unused variables From PVS Studio: V808 'preemptable_tasks' object of 'vector' type was created but was not utilized. https://www.viva64.com/en/w/V808/print Signed-off-by: Vitalii Koshura --- client/cpu_sched.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/cpu_sched.cpp b/client/cpu_sched.cpp index 076e4d0543..2665bf4d34 100644 --- a/client/cpu_sched.cpp +++ b/client/cpu_sched.cpp @@ -1109,7 +1109,6 @@ void CLIENT_STATE::append_unfinished_time_slice(vector &run_list) { // bool CLIENT_STATE::enforce_run_list(vector& run_list) { unsigned int i; - vector preemptable_tasks; int retval; double ncpus_used=0; ACTIVE_TASK* atp;